Skip to content

SMTP configuration for Invitations #46

Answered by tiredofit
ncaycedo asked this question in Q&A
Discussion options

You must be logged in to vote

I've no experience with the invitations plugin personally but the base image includes SMTP support. Have a peek here: https://github.com/tiredofit/docker-alpine#messaging-options for the SMTP options available. You would simply want to just set the SMTP_HOST to your Postfix server and an optional SMTP_PORT and SMTP_USER/SMTP_PASS. The container should auto configure with those settings.

If you wanted to try without restarting the container over and over again finding the right settings you can go inside the fusiondirectory frontend container and edit /etc/msmtprc directly and the php engine will immediately use those settings.

I used to have a feature in these images which caught the mail…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ncaycedo
Comment options

@tiredofit
Comment options

Answer selected by ncaycedo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants