mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix SPF hint in Brevo mail driver
Brevo doesn't support SPF.
This commit is contained in:
parent
ba053b2fbf
commit
a82c9c5444
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Brevo extends Base implements \Rhymix\Framework\Drivers\MailInterface
|
|||
*/
|
||||
public static function getSPFHint(): string
|
||||
{
|
||||
return 'include:spf.brevo.com mx';
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue