mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Revert "Fix SPF hint in Brevo mail driver"
This reverts commit a82c9c5444.
This commit is contained in:
parent
a82c9c5444
commit
d83e6a008d
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 '';
|
||||
return 'include:spf.brevo.com';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue