summaryrefslogtreecommitdiffstats
path: root/utils/mail.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix email encoding issueMelvi Ts2015-10-161-3/+11
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-470 Adding STMP server connection check=Corey Hulen2015-09-291-1/+22
|
* Adding image properties=Corey Hulen2015-09-211-9/+3
|
* Adding email to admin console=Corey Hulen2015-09-211-36/+24
|
* Use better format for date, as RFC1123 re-defined it over RFC822, and states ↵Bastien Durel2015-08-271-1/+1
| | | | 'implementations SHOULD use numeric timezones instead of timezone names'
* missing tabBastien Durel2015-08-261-1/+1
|
* tabifyBastien Durel2015-08-261-1/+1
|
* add date header in mailBastien Durel2015-08-261-0/+2
|
* Add SMTP auth to STARTTLS connectionsZvi "Viz" Effron2015-08-231-0/+3
|
* Add support for SMTP servers with StartTLSJirka Hlavacek2015-08-191-0/+6
|
* Set the 'From' field to include the FeedbackName from the confignickago2015-07-241-1/+1
|
* Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-121-7/+6
|
* Unescaped escape characters in the subject line of emails so that all ↵Reed Garmsen2015-06-221-1/+2
| | | | characters appear properly
* Adding check of email configuation settings when config file is loadedChristopher Speller2015-06-171-32/+66
|
* Fixing build=Corey Hulen2015-06-161-6/+10
|
* Modifying sendmail to allow for non-encrypted connection for ease setup of ↵Christopher Speller2015-06-151-8/+19
| | | | local mail sender
* first commit=Corey Hulen2015-06-141-0/+90