-
Notifications
You must be signed in to change notification settings - Fork 380
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
The docker image has not any SMTP server #6
Comments
I would point the SMTP server to your actual SMTP server, or use something like SendGrid (which is how Heroku does this). And use a plugin like this: http://serversmtp.com/en/smtp-wordpress-configure To change the SMTP settings. |
What about installing postfix which would give this the option to work out of the box? Additionally the user could opt to send their SMTP elsewhere. |
or use mandrill SMTP if you prefer https://wordpress.org/plugins/wpmandrill/ |
Or use google smtp. The point being a smtp server does not need to be local to the web application server. Especially within a containerized environment where its easier to just do |
when wordpress tries to use the php mail function the mail is not sent because there is not any SMTP server on the container.
How would you suggest to handle this functionality?
The text was updated successfully, but these errors were encountered: