-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make members outgoing mail work #4
Comments
The better way would be to start using something like pyramid_mailer, but as we're currently calling sendmail, we may just as well replace that with a basic program to deliver to a smarthost. |
I've added ssmtp to relay mail to the smtp instance.
and the mail server mentions:
I can see in captured network traffic that the smtp connection is closed after |
@nhoening any idea what this could be?
|
Hm, difficult for me to judge right now. Maybe we can setup a call sometime to talk this through? |
Thanks for the work here btw! |
The mailserver (
smtp
) and Foodsoft (foodsoft
) use a mail relay specified by the environment variablesSMTP_ADDRESS
,SMTP_PORT
,SMTP_USER_NAME
,SMTP_PASSWORD
. The members app (members
) also needs to honour these for outgoing mail to work.The text was updated successfully, but these errors were encountered: