Closed Jesterboxboy closed 1 year ago
I will try to make it work in a branch, and create a PR request
@Jesterboxboy I added a separate container with email agent, I think it should resolve this issue. Updated the readme with infomation about how to make it work.
It would be very comfortable if the functionality to send recovery and signup mails via smarthost would work out of the box with docker compose.
Tested Steps to make it work:
Add Environment Variables to env file for Docker Compose
apk add ssmtp
in Frey containerAdd configuration for ssmtp to /etc/ssmtp/ssmtp.conf filled with env variables
Add FROM Header i.e. in send function in Mailer class in Frey/src/helper/Mailer.php protected function _send(string $to, string $subject, string $message, array