socrata / datasync

Desktop / Console application for updating Socrata datasets automatically.
http://socrata.github.io/datasync/
MIT License
79 stars 33 forks source link

Try to rework the mail setup #214

Open rjmac opened 1 year ago

rjmac commented 1 year ago

There's still a weird thing where it has a single string for both setting the FROM for the message and the SMTP username, which might also need to change, but now it sets mail.smtp and mail.smtps properties as relevant to whether or not it's planning to use SSL, and only does auth if a password is provided.