SMTP not sending emails #629
Replies: 7 comments 3 replies
-
Has anyone been able to get SMTP working or able to send emails? if so how? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can you set debug to true in core/class.mailer.php line 76?
This should give you some additional smtp output
…On Sat, May 14, 2022 at 1:46 PM Anthony Boyington ***@***.***> wrote:
Has anyone been able to get SMTP working or able to send emails? if so how?
—
Reply to this email directly, view it on GitHub
<#629 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALG4EFQXH7H2R4SZCOBJSCLVJ7RHRANCNFSM5OY57VCA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I do agree with OP @Vincent-BePressure that some kind of "Test Email" function would be great to assist in debugging. It would be a common issue with all the different settings that various SMTP providers need. Great feature request! |
Beta Was this translation helpful? Give feedback.
-
Hi - I was still not able to get email working, and now I'm confused by the configuration. I'm using docker-compose. I'm setting the following variables (relevant to email):
However I'm confused whether those are the right variables names given that this mentions variables like (The way I'm testing now is the "forgot password" link, and after filling in the email, the website times out with 504 bad gateway error. Nothing relevant appears in the logs.) |
Beta Was this translation helpful? Give feedback.
-
Hi, I don't receive any email and I don't know how I can debug this ? My configuration :
I've tried many configuration without success and I haven't anything in the log file.
If you have any other way to find how to solve my problem, it would be great ;o) |
Beta Was this translation helpful? Give feedback.
-
Following is my experience, hope it would be helpful for someone: I am using Docker Desktop on Windows Server 2022. |
Beta Was this translation helpful? Give feedback.
-
I am using an SMTP server with no auth, no TLS, port 25. Leantime isn't sending emails.
I edited line 80 in class.mailer.php to false, but that didn't seem to help.
There is a lack of 'test email' functionality, how do we debug? I am trying the 'forgot password' button, but can't find any logs and receive no errors.
Beta Was this translation helpful? Give feedback.
All reactions