Closed bubbagump24 closed 7 months ago
yes this did occur to me recently too. And yes, I thought to myself, I need to add a configurable reply-to email.
I'll look at this soon and respond on this when addressed.
ok,
run in the cinema-catcher-app directory.
source update.sh
you should be updated to version 3.4.111 or higher.
This version has the ability to set the from email address when sending email through the configured SMTP server. Please see if that helps with your problem.
Then get back to me if its all good and I'll close this issue.
James, Thank you so much for the quick fix. Tested successfully!
Cheers from Germany
Due to tightened anti-spam policies, many hosting providers block SMTP requests when the from or reply-to domain is different from the domain of the email account.
Example:
Domain is my-cinema.com registered with the largest hosting provider in Germany. Email address "catcher@my-cinema.com" is supposed to be used as an SMTP account for sending emails by the cinema-catcher app.
Trying to do so results in blocked emails.
ERROR: Cannot send email to ['XXXXXX'] host:smtp.strato.de port:587 username:catcher@ my-cinema.com use_tls:True : (550, b'5.7.0 Die verwendete Absenderadresse im Mail From: (no_reply@catcher.d-cine.net) gehoert nicht zu Ihrem authentifizierten STRATO Paket. - B-UADOM', 'no_reply@catcher.d-cine.net')
Translation: `The used "sent from" address in Mail From: (no_reply@catcher.d-cine.net) does not belong to the domain authenticated within your STRATO hosting package. - B-UADOM', 'no_reply@catcher.d-cine.net')``
It would be nice if the "from" and "reply to" addressed could be customized and changed from "no_reply@catcher.d-cine.net" somewhere to avoid this issue. I have tested two more hosting providers and they all block traffic in a similar fashion.
Gmail no longer supports SMTP: