mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +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
|
public static function getSPFHint(): string
|
||||||
{
|
{
|
||||||
return '';
|
return 'include:spf.brevo.com';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue