datawagovau / pandora

Opening a CKAN of government data
2 stars 0 forks source link

email server settings #50

Closed florianm closed 8 years ago

florianm commented 8 years ago

Which email server should we use?

'smtp.server': 'CKAN_SMTP_SERVER',
    'smtp.starttls': 'CKAN_SMTP_STARTTLS',
    'smtp.user': 'CKAN_SMTP_USER',
    'smtp.password': 'CKAN_SMTP_PASSWORD',
    'smtp.mail_from': 'CKAN_SMTP_MAIL_FROM'

http://docs.ckan.org/en/latest/maintaining/configuration.html#email-settings

florianm commented 8 years ago

Works with GMail:

email_to = ME@gmail.com
error_email_from = datawagovau@catalogue.beta.data.wa.gov.au
smtp.server = smtp.gmail.com:587
smtp.starttls = True
smtp.user = ME@gmail.com
smtp.password = app specific password
smtp.mail_from = ME@gmail.com
florianm commented 8 years ago

Can be superseded with other SMTP settings. Didn't have the patience to configure local postfix securely enough to use with confidence.