mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
Problem Configuring SMTP after install #428
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @victorvs0uz4 on GitHub (Jun 12, 2025).
Hello, I have my pangolin working and I would like to configure sending emails, I did all the configuration following the documentation, but I am getting some errors:
My configuration file with the email session:
I don't know if it could have something to do with my pangolin domain which is pangolin.myhost.net.br
It is different from my email server
@oschwartz10612 commented on GitHub (Jun 13, 2025):
Hi I think this could be a SMTP issue with your provider?
Could you try the following?
smtp_userandsmtp_passin your configuration.smtp_user) does not have permission to send emails as theno_replyaddress. Ensure thatno-reply@myhost.com.bris either the same as yoursmtp_useror an alias that yoursmtp_useris authorized to send on behalf of.The difference in domains (
myhost.com.brvsmyhost.net.br) is generally not an issue for SMTP, as long as thesmtp_hostand credentials are correct for themyhost.com.bremail service.Let me know if I can help further.
@victorvs0uz4 commented on GitHub (Jun 14, 2025):
Hello, after talking to my SMTP provider, they identified that my VPS's IP was being blocked on their server (geographic propagation). After unblocking, the sending went perfectly.
Thank you very much :D