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

New Account Confirmation: PHPMailer Fatal Error #584

Closed
mporembs opened this issue Aug 2, 2024 · 4 comments
Closed

New Account Confirmation: PHPMailer Fatal Error #584

mporembs opened this issue Aug 2, 2024 · 4 comments
Assignees

Comments

@mporembs
Copy link

mporembs commented Aug 2, 2024

I'm trying to create a new account but the site is unable to send me a confirmation email. The email address I used has a .ski TLD, if that matters. I keep receiving the following error:

Fatal error: Uncaught Error: Class "PHPMailer\PHPMailer\Exception" not found in /usr/local/share/phpmailer/PHPMailer.php:2063 Stack trace:
#0 /usr/local/share/phpmailer/PHPMailer.php(1689): PHPMailer\PHPMailer\PHPMailer->smtpSend('Date: Fri, 2 Au...', 'Someone, perhap...')
#1 /usr/local/share/phpmailer/PHPMailer.php(1523): PHPMailer\PHPMailer\PHPMailer->postSend()
#2 /usr/local/www/freshports/include/freshports.php(2038): PHPMailer\PHPMailer\PHPMailer->send()
#3 /usr/local/www/freshports/www/login.php(138): freshports_UserSendToken('19778', Object(PgSql\Connection)
#4 {main} thrown in /usr/local/share/phpmailer/PHPMailer.php on line 2063
@dlangille dlangille self-assigned this Aug 2, 2024
@dlangille
Copy link
Contributor

dlangille commented Aug 2, 2024

Good news! I can reproduce this on prod and on my test host. :)

It is not related to .ski

@dlangille
Copy link
Contributor

I think I know why.

I moved from postfix to dma - and the website can't connect to it.

The fix may be a configuration file change, but it might also need code to do auth.

@dlangille
Copy link
Contributor

@mporembs please try again. I have re-enabled postfix - my test worked.

@mporembs
Copy link
Author

mporembs commented Aug 3, 2024

Works now. Thanks so much!

@mporembs mporembs closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants