Commit Graph

33 Commits (40afa50bcaf94183ca330a503fbad88f9b39fbb9)

Author SHA1 Message Date
Mike Koch 40afa50bca #255 Update headers 9 years ago
Mike Koch 2d0f3ce037 Closes #226 Fix attachments for creating new tickets 9 years ago
Mike Koch afa279d98d #195 Moved statuses to Tools menu
Still need to add the permission
9 years ago
Mike Koch 9c8887cd48 Fix missing $htmlPath reference, as it's not needed 9 years ago
Mike Koch 0ae1d46aa7 Fixes #213 Only add attachments if %%MESSAGE%% tag is present 9 years ago
Mike Koch 48f0747669 #213 Add new parameter to hesk_mail and add helper function to check if message template has a particular tag 9 years ago
Mike Koch 2f33ec794c Fixes #214 always append outer boundary on sent emails 9 years ago
Mike Koch 47b15f39e2 Closes #146 Use multipart/mixed to get multiple boundaries working
...trying to create these emails in plain PHP is torture. Note to self: use PHPMailer for future projects!
9 years ago
Mike Koch dd35c39440 #146 remove unused parameter 9 years ago
Mike Koch dc4eb3997c #146 Get Mailgun to properly send the attachments 9 years ago
Mike Koch 190b3ff475 #146 Attachments can now be embedded directly into emails
Only tested SMTP, still need to check PHP mail() and Mailgun
9 years ago
Mike Koch 2ddb61bb55 Fix attachment view on HTML-formatted emails 9 years ago
Mike Koch ab7f4e1cc1 #146 All emails will now be sent as multipart/alternative
Shouldn't cause issues w/plaintext emails, and it'll make it easier to add attachments.
9 years ago
Mike Koch e11745c4cc Update headers to 2.6.2 9 years ago
Mike Koch 3e9d1b52c9 Closes #171 Wrap URLs in link tags automatically for HTML emails 9 years ago
Mike Koch 23dc02399f Update headers that weren't changed to 2.6.1 9 years ago
Mike Koch df277c915e Closes #162 use nl2br for messages for HTML-formatted emails 9 years ago
Mike Koch 3d6796bfd9 Closes #166 Replace VERIFYURL and ACTIVATIONKEY for verifyEmail 9 years ago
Mike Koch b7450785fa Closes #159 Fix HTML emails when sending emails via piping.
Plus the path to the settings file was wrong 😦
9 years ago
Mike Koch dbc5868f27 Closes #143 Include modsForHesk_settings if it hasn't been included yet 9 years ago
Mike Koch e39553a8d7 Closes #139 - Don't new-line SMTP array headers 9 years ago
Mike Koch 61ec7728c4 Squashed commits:
[9157ee5] squish with version change
[de99bb5] squish with version only changes
[a9954fa] squish with version commit
[f67c9c4] #136 Update print
[032dbfc] #136 Update submit_ticket
[5a41ae9] squish with version commit
[9dc287b] squish with version commit
9 years ago
Mike Koch c532369fd4 Closes #106: Support HTML-formatted emails 9 years ago
Mike Koch 2a5421e4d5 Closes #126 Add Mailgun support 9 years ago
Mike Koch da259b984d #122 Patch up some files that weren't updated for custom statuses 9 years ago
Mike Koch a94d300cc5 #105 Honor the ticket's language field when setting languages for emails 9 years ago
Mike Koch 6a5de96b7d #112 SMTP Cc/Bcc fields are working properly 9 years ago
Mike Koch cd333c2c6b #92 Update email_functions.inc.php 9 years ago
Mike Koch 41030daad0 #88 Remove email customer on ticket closed feature 9 years ago
Mike Koch 6e84309289 #30 Some fixes for verify email.
- Actually add the email to the verified_emails table
 - Pass in the $ticket variable to add the customer's name to the email
 - Actually call the correct email function.
9 years ago
Mike Koch 81fb037335 #30 Add email function for verify email 9 years ago
Mike Koch dfb07b979c Closes #98 Add email template for re-opening ticket assigned to diff user 9 years ago
Mike Koch 83b4b16d48 Closes #73: Send email to customer when ticket closed 9 years ago