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

SMTP error while using PHP mail() #884

Closed
the-djmaze opened this issue Jan 27, 2023 · 2 comments
Closed

SMTP error while using PHP mail() #884

the-djmaze opened this issue Jan 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@the-djmaze
Copy link
Owner

SnappyMail is still trying to use SMTP despite being set to use PHPmail. This is returning a fun combination of errors relating to the fact that the SMTP host input is empty and no error handling exists for such a contingency.
I was able to trace back the error to /snappymail/v/2.25.0/app/libraries/RainLoop/Actions/Messages.php at approx line 862, its odd that the error traces back to a private function smtpSendMessage when I don't have SMTP enabled. Furthermore since I did not supply a SMTP host the error handler even managed to bug out causing layers of errors in the log.

Originally posted by @Stage4000 in #882 (comment)

the-djmaze added a commit that referenced this issue Jan 27, 2023
the-djmaze added a commit that referenced this issue Jan 27, 2023
@the-djmaze the-djmaze added the bug Something isn't working label Jan 27, 2023
@Stage4000
Copy link

This fix seems to work.

@the-djmaze
Copy link
Owner Author

Great

the-djmaze pushed a commit that referenced this issue Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants