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

Add support for PHPMailer #46

Open
lramos15 opened this issue Sep 7, 2018 · 5 comments
Open

Add support for PHPMailer #46

lramos15 opened this issue Sep 7, 2018 · 5 comments
Labels
Feature request Priority 2 These are normal bugs that don't break site functionality, but don't necessarily work well.

Comments

@lramos15
Copy link
Member

lramos15 commented Sep 7, 2018

mail() has been disabled due to many security issues with it so now PHPMailer with authentication must be used. I think we should implement in a way that calling a simple function will allow us to send email pretty much like normal so that we can re-enable a lot of the forms which we disabled when mail() stopped being supported.

@lramos15 lramos15 added Feature request Priority 2 These are normal bugs that don't break site functionality, but don't necessarily work well. labels Sep 7, 2018
@MasterOdin
Copy link
Member

I think an easier solution might be to switch to using something like SendGrid or MailGun which have free tiers that this site would probably easily fall under.

@lramos15
Copy link
Member Author

I'm willing to use whatever works. I'm just noting this because it is what the union sys admins recommended

@ddbruce
Copy link
Member

ddbruce commented Jan 27, 2020

@lramos15 was this taken care of in #83 and subsequent mail-related PRs?

@lramos15
Copy link
Member Author

@ddbruce we just have to tll the forms to use the mailer, so this isn't quite done it's just not PHP mailer anymore. Also the current way mail works is it only comes from [email protected]

@ddbruce
Copy link
Member

ddbruce commented Jan 27, 2020

Ok but a relatively easy fix. I was asking because I didn't know if I could close the issue. I will leave it open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Priority 2 These are normal bugs that don't break site functionality, but don't necessarily work well.
Projects
None yet
Development

No branches or pull requests

3 participants