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

Upgrade PHPMailer #320

Open
waldoj opened this issue Mar 23, 2019 · 2 comments
Open

Upgrade PHPMailer #320

waldoj opened this issue Mar 23, 2019 · 2 comments

Comments

@waldoj
Copy link
Member

waldoj commented Mar 23, 2019

We're using an old version of PHPMailer for password-reset.php. The upgrade isn't drop-in — a new header stanza needs to be added, and the variables have changed slightly (e.g., the setFrom() method instead of the From variable). Use the Composer-loaded version of PHPMailer, and update password-reset.php to work with it.

@jalbertbowden
Copy link
Contributor

can you elaborate on stanza? i haven't looked, sorry if that is annoying. i'm assuming its an include or something similar.
upgrading old phpmailer to composer version is currently a task i am working on @ work. would love to port that code here, knock this out.

@waldoj
Copy link
Member Author

waldoj commented Jun 10, 2019

I don't remember specifically anymore, but I'm left with a general impression the current version of PHPMailer requires some kind of config options up front that it didn't used to — that's what I'm describing as the "header stanza."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants