mettle / sendportal

Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
https://sendportal.io
MIT License
1.64k stars 331 forks source link

Test email not sent with SMTP #301

Open Mutusen opened 5 days ago

Mutusen commented 5 days ago

Hi, I'm testing Sendportal because it seems promising, but I just can't sent test emails. I have a mail server hosted on the same server as Sendportal, I set SMTP options as I always do, I send a test email... and the nothing. No email is sent, there is nothing in the email server logs and in Apache error logs. I tried to set an incorrect SMTP password to see if there's an error message, and there isn't, the only thing I see is "The test email has been dispatched."

Did anyone encounter a similar problem? I'm using the latest version (3.0.1).

Farazdev7 commented 5 days ago

I also just installed sendPortal after banging my head for 3 days and now its not sending the message. I am using SendPortal v2. First I tried to connect it to Amazon SES, it did not worked, now I tried to connect it with AWS SES SMTP and its showing "The test email has been dispatched." but no message gets send.

BenMenking commented 5 days ago

Per @Farazdev7 issue, SES needs to be setup correctly for identities.

@Mutusen do you have any error information? It could be AWS permissions, SES configuration or a host of other issues.

Mutusen commented 4 days ago

@BenMenking No, as I said there is no error message anywhere (either in email logs or Apache logs). There's no AWS or SES, the email server is postfix running on the same server as Sendportal.

BenMenking commented 4 days ago

That's what I get for not reading the OP :-)

What about sending to an external SMTP server, does that work? If SendPortal were actually sending the test email I'd expect activity in /var/log/maillog (or whatever log Postfix is writing to locally).