have you tried putting a from array inside the mailer config used for failover?
Specify the from address in mail failover
I'm currently using the default mailer with transport failover as specified here: https://laravel.com/docs/10.x/mail#failover-configuration
The issue is that to make it working with an external provider i've configurer 2 subdomaines (1 for each mail provider) mail.domain.com & email.domain.com, this is used to make sure i've only one CNAME on the DNS level.
When using the failover, i need to specify the from email address otherwise the external provide is rejecting the mail. [email protected] (first provider) & [email protected] (second provider)
Is there any possibility to detect the mailer used when sending the mail in a notification?
Please or to participate in this conversation.