enewe101 / digidemo

digital democracy engine
1 stars 0 forks source link

Configure mail server #31

Closed enewe101 closed 9 years ago

enewe101 commented 10 years ago
  1. Configure a mailserver to allow sending mail in Digidemo.
    Django, or Apache may provide one.
  2. Create a test which sends individual emails and batch mails. Test a batch mail to project members.
  3. Choose useful, non-spam choices for headers, reply-to, from, etc, and define a function no use these settings
enewe101 commented 9 years ago

This is done.

We're using sendgrid as the transactional mail server. We're using zohomail for inbound mail and manual out-mail. Django talks to sendgrid via SMTP.