-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Backend] - Permit use of external mail relay #104
Labels
Comments
Interesting thought. Keeping it in-app -should- help to minimize configuration, and potentially improve performance. Having the option to use an external relay as an configurable option would also be worth looking into. What do the rest of you folks think? |
I it should be configurable by the instance admin to connect to an SMTP server
to send email, as well as be configurable to send email like how PHP's mail()
function works. That way, it's versatile for whatever the administrator's
situation requires.
…On Wednesday, March 28, 2018 10:29:42 AM CDT Banjo Fox wrote:
Interesting thought.
Keeping it in-app -should- help to minimize configuration, and potentially
improve performance. Having the option to use an external relay as an
configurable option would also be worth looking into.
What do the rest of you folks think?
|
Methinks this should actually be part of #87 -- E-mail Functionality ;D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a lot of use cases in which using an external mail relay would be good. For instance, my site leotindall.com uses MailGun because it doesn't have a good enough reputation to effectively send mail. Whatever is done regarding mail, I suggest first class support for setups like this.
The text was updated successfully, but these errors were encountered: