atomsheep / sres

Student Relationship Engagement System v2
GNU General Public License v3.0
7 stars 2 forks source link

Email templates #3

Closed atomsheep closed 8 years ago

clearnz commented 8 years ago

Users should be able to easily alter the From, Cc, and Bcc fields of the emails. We can pre-populate the From field with their user profile email address. At this stage, the user profile email address is not required to create an account, so this may be blank for many users. If so, we can default to the one entered in the config file. We should also make sure that the From field has a valid email address before sending emails (/re/ pattern match).

The email headers should have the 'from', 'reply-to', and 'return-path' set to the same email address to avoid spam filters.

clearnz commented 8 years ago

Duplicate of 16