Skip to content
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

sendmail not installed #1

Open
G1itcher opened this issue Apr 30, 2018 · 2 comments
Open

sendmail not installed #1

G1itcher opened this issue Apr 30, 2018 · 2 comments

Comments

@G1itcher
Copy link

G1itcher commented Apr 30, 2018

Took me a while to diagnose, but it seems as though there's no capability included in the image for sending emails.

I resolved this by:

  1. apt-get install ssmtp
  2. making sure that www-data has access to all of ssmtp (chmod 777 /etc/ssmtp /etc/ssmtp/*)
  3. DO NOT use SMTP pro for magento
  4. Making sure the sendmail path is configured in the php.ini
@ju5t
Copy link
Contributor

ju5t commented Apr 30, 2018

@G1itcher sorry if this wasn't clear and that it took you a lot of time.

We left smtp out on purpose. It's easy for an email to get lost in a container and for us it didn't work in a volatile environment. I'm still a little reluctant to include smtp in a container.

@G1itcher
Copy link
Author

G1itcher commented Apr 30, 2018

Tbh I didn't really have issues with them getting lost once I installed it and sorted out permissions.

That said, you certainly don't have to apologize; this image saved me hours and hours of work and I'm very much appreciative that it exists. I only raised the issue to help anyone else who passed this way with similar email based troubles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants