UnauthenticatedFromAddress error in Mailwizz using Postal #3159
-
Hi, But I noticed an issue with sending campaign using Postal web API in Mailwizz. I think it might be related to authorization. I checked campaign delivery logs and found this: I have already enabled the "Allow Sender Header" from Postal panel and I expect this to automatically allow all sending domains outside of postal to be able to send out emails without such error. Note: I have no problem sending out emails successfully with campaign and transactional API in Mailwizz as an admin since I automatically passed authorization as my Mailwizz domain is DNS-verified in Postal panel or server. What my problem is, my customers are not able to send out emails without the errors I mentioned as Postal requires that all sending domains should be added to my postal server (and it is impossible to add each customer's domain and verify their DNS records in Postal like that. We will have tons of customers). How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Are you definitely using the API and not SMTP? It might be better to use SMTP and then you can look at the SMTP logs to see exactly what content is being sent by Mailwizz. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
That error message is happening because the domain you've added to Postal isn't in the from or sender line on the email so either you haven't set it correctly or you need to swap them around maybe.
You can use
postal logs smtp
to see what Mailwizz is sending to Postal and see what the problem is.