-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add DMA for sending email (revisit #217) #288
base: v4
Are you sure you want to change the base?
Conversation
FYI, I'm getting the same issue in the actions when running |
First, thx you for your PR, @moqmar. I checked and seem a good implementation for all requirement. I may don't have time this week to manage this issue bug the reporter said he may fix it. If not, i will try to do it at end of next week. |
1515ff2
to
799d10e
Compare
Are there any updates on this one? :) |
Summary
Implement solution for email sending, as discussed in #204 and also attempted earlier in #217 for v3.
This PR implements the following features
build-and-test.sh
Explain the motivation for making this change. What existing problem does the pull request solve?
Most PHP hosters make the "mail()" function usable, so many PHP application expect it to be usable. With this image, those applications were unable to send email.
Test plan (required)
See
build-and-test.sh
, the commands from there can also be run manually; the mails sent with the demo credentials can be viewed on https://ethereal.email/messages.Closing issues
Fixes #204
Checklist