Changes between Version 7 and Version 8 of faq/email/add-spf-record
- Timestamp:
- Jul 25, 2018, 2:15:39 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/email/add-spf-record
v7 v8 23 23 }}} 24 24 25 If you also send email from your Drupalweb site (e.g. password reminders or new account welcome messages), you should also include your primary host, e.g.:25 If you have set up any of your e-mail addresses to be automatically forwarded to a 3rd party server or if you also send email using your domain from your web site (e.g. password reminders or new account welcome messages), you should also include your primary host, e.g.: 26 26 27 27 {{{ 28 28 v=spf1 a:spf.mayfirst.org a:viewsic.mayfirst.org ~all 29 29 }}} 30 30 31 31 32 If you send email from May First/People link and you ''also'' send email from a different location (for example, you send email using our email list software for you typically relay your normal email through a different provider), then you will need to create an SPF record that includes both a:spf.mayfirst.org and whatever your other providers has designated for SPF records.