You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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]
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.
The text was updated successfully, but these errors were encountered: