39 Commits (6d0f3a07d4fa3189b0b7c4e366bddb6d72ef7e68)

Author SHA1 Message Date
Unknwon bd555551ce fix #801 10 years ago
无闻 030b3d751e Merge pull request #766 from phsmit/correct_from
Correct usage of FROM in email creation
10 years ago
无闻 a18decf4cc Merge pull request #755 from phsmit/multiple_emails
Multiple emails
10 years ago
Peter c884ecfea1 Parse the from string to extract the email address 10 years ago
Peter edbe1de026 Remove unused "User" member of Message Struct and fix bounce address
The User member of a message is not needed anymore.

The from that is send to the server, should always be the "system" from. This is also called the Bounce address http://en.wikipedia.org/wiki/Bounce_address
10 years ago
Peter 2321b4b272 Change from header in email, fixes #765 10 years ago
Peter 007cf33e88 Remove standard mailer port lines
This lines got committed by accident. They do actually nothing, as SplitHostPort will give an error if port is not given.
10 years ago
Unknwon b231b8c927 update locale and mirror code format 10 years ago
Peter eca42bcb44 Prefer CRAM-MD5 over PLAIN authentication 10 years ago
Peter 5ffeca35e7 Add option to use CRAM-MD5 as authentication method in the mailer 10 years ago
Peter 87be137b88 Rewrite of SendMail function
The SendMail function is rewritten and has the following new functionality:
 - It is optional to skip verification of keys. The config option SKIP_VERIFY is added
 - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first.
10 years ago
Peter ec71d538fc Method for activating email addresses through verification email 10 years ago
Alukardd 21081836ba Allow send mail without authentication if SMTP server allow this 10 years ago
mcheng89 b9881d1e7b check for smtp AUTH extension 10 years ago
Unknwon 39931f8e00 Allow mail with self-signed certificates 10 years ago
Michel Roux 6705559ce0 Fix malformed address 10 years ago
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting 10 years ago
Unknwon 8dd07c0ddd New UI merge in progress 10 years ago
Unknown 9924e65ca1 In progress of name template name constant 10 years ago
Unknown 4f2f3c2857 Code convention 10 years ago
Unknown 63baf76ab2 Fix #214 10 years ago
Unknown 688ec6ecbd Fixed #209 10 years ago
Unknown 4744996f9a Make gmail auth work 10 years ago
Unknown e05b1385fb Bug fix 10 years ago
Unknown 33d32585b1 Add mention, read/unread support of issue tracker 10 years ago
Unknown cb505b22ec Fix #164 10 years ago
Unknown 02687cbdf3 Add mail notify for new collaborator 10 years ago
Unknown 9d983f27d6 go vet 10 years ago
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after 10 years ago
Unknown b7c3b0cc73 Add reset password, fix #58 10 years ago
Unknown d9005ee970 Improve issue mail content 10 years ago
Unknown c1a3d4fefb Add mail notify for creating issue 10 years ago
Unknown f6596f11c4 All configuration reload-able 10 years ago
Unknown f9fd972cbe Bug fix 10 years ago
Unknown 6f68620860 Pools limit concurrent nums 10 years ago
Unknown 35d473f04a Finish verify email 10 years ago
Unknown ddbd2ce152 Add register mail tpl 10 years ago
Unknown de087c7b4a Add send register confirm mail 10 years ago
Unknown fbbae2b721 Working on register mail confirmation 10 years ago