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
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.
The text was updated successfully, but these errors were encountered:
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.
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."
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., thesetFrom()
method instead of theFrom
variable). Use the Composer-loaded version of PHPMailer, and updatepassword-reset.php
to work with it.The text was updated successfully, but these errors were encountered: