Skip to content

SMTP not working #1105

Answered by jca001
jca001 asked this question in Q&A
Jul 2, 2025 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

I finally got it to work. It was a typo for the SMTP_USER. There was a '.' where there should have been a '@'.. Same for the SMTP_REPORT_FROM.

When I would test using a WEB SMTP Tester, I would enter everything correctly.

I was able to access the container and added some more logging in the email_smtp.py file which helped me see my typo. I also found out why the SMTP_PORT == 0 was misleading. Look around line 193, the first line after the else:. The mylog message should be SMTP_PORT != 0.

I also tried increasing the debuglevel for the smtp_connection, but it did not show the message from the email Server.

Thanks for all your help.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@jca001
Comment options

@jokob-sk
Comment options

@jca001
Comment options

@jca001
Comment options

Answer selected by jca001
@jca001
Comment options

@jokob-sk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants