Send email with brevo relay
-
I am trying to use my brevo account to send transactional mails. The dmarc cloudron automatically added fails because brevos dkim does not allow the sender.
I have a sender configured for my-domain.com, while the server has cloudron01.my-domain.com . How can i solve this? I think the easiest would be to allow changing the "From" domain in case a relay is used, since the sending domain will most likely be handled by the relay provider.
-
@JUVOJustin said in Send email with brevo relay:
I have a sender configured for my-domain.com, while the server has cloudron01.my-domain.com . How can i solve this?
Just to double check - on Cloudron, the relay system requires "domain" level relaying . Meaning, it requires a relay that can send with FROM address like <anything>@domain.com , as opposed to specific-address@domain.com . Can you confirm this?
I think the easiest would be to allow changing the "From" domain in case a relay is used, since the sending domain will most likely be handled by the relay provider.
You can change the From Email address of an app in the Email section of the app - https://docs.cloudron.io/apps/#mail-from-address . If you want my-domain.com , then add this in the Domains view. It will then appear in the dropdown of the Email domain selector as well. Then, Email -> my-domain.com -> Configure Outbound as brevo.
-