SlideShare a Scribd company logo
1 of 14
Download to read offline
User Guide: SMTP Email Settings
Page 1
SMTP Email Settings
Magento Extension
User Guide
Official extension page: SMTP Email Settings
Support: http://amasty.com/contacts/
Page 2
Table of contents:
1. General Settings……………………………………………………………………………………………. 3
2. SMTP Configuration …………………………………………………………………………………….. 5
3. Log Clearing Settings ….………………………………………………………………………………… 6
4. Sent Emails Log ……………………………………………………………………………………………. 7
5. View Sent Emails ……………………………………………………………………………………….…. 9
6. Debug Log …………………………………………………………………….………………………..…… 10
7. What is SPF Record and How to Configure it ………………………………………………..… 11
User Guide: SMTP Email Settings
Support: http://amasty.com/contacts/
Page 3
1. General Settings
To set up the module please
go to admin panel -> System
-> Configuration -> SMTP
Email Settings
User Guide: SMTP Email Settings
If you set this option to ‘No’, the module
will be disabled and emails will be sent with
standard Magento email functionality (via
PHP). When set to ‘No’ this setting disables
all features of the module including debug
and logging of emails.
When set to ‘Yes’, all emails
send from Magento are logged,
you can view the list of the
emails, including the contents.
Support: http://amasty.com/contacts/
Page 4
User Guide: SMTP Email Settings
Debug information will help
you to set up sending of email.
We strongly recommend to
disable debug when sending of
emails works well.
When this option is set to ‘Yes’, emails will
not be sent, however the system will
‘pretend’ that is it sending emails - the
messages will still be added to the log and
you will see all debug info. You can disable
actual email sending for the periods, when
you need to test the system.
1. General Settings
Support: http://amasty.com/contacts/
Page 5
Select a certain SMTP provider,
click the ‘Autofill’ button, and
some of other fields will be filled
in automatically.
User Guide: SMTP Email Settings
Once you’ve entered the data please click
‘Check Connection’ button to make sure the
setup works well. You will get ‘Connection
Successful’ message and receive a test email,
if everything is setup correctly.
2. SMTP Configuration
Support: http://amasty.com/contacts/
Page 6
You can set the old log records to
be removed after a certain period
(in days). According to this setup
log records will be removed 30
days after they are created.
User Guide: SMTP Email Settings
3. Log Clearing Settings
Support: http://amasty.com/contacts/
Page 7
You can see the list of sent emails in
admin panel -> System -> Tools ->
SMTP Sent Emails Log. Please be
aware that here are listed only emails
sent when our extension is enabled
and setup correctly.
User Guide: SMTP Email Settings
4. Sent Emails Log
Support: http://amasty.com/contacts/
Page 8
In the log you can see the email
subject, recipient email and name,
which email template was used and if
the email was sent successfully. Just
click the email to see its content.
User Guide: SMTP Email Settings
4. Sent Emails Log
Support: http://amasty.com/contacts/
Page 9
You can see all the
email contents.
User Guide: SMTP Email Settings
5. View Sent Emails
Support: http://amasty.com/contacts/
Page 10
To see the extension debug log
please go to System -> Tools ->
SMTP Debug Log. The log is
recorded only when Debug
Mode is enabled in the
configuration section.
User Guide: SMTP Email Settings
At this page you can find out if emails are sent
and what errors, if any, occur. This data will
help you to setup the module correctly. We
strongly recommend to disable Debug Mode
once you’ve successfully setup the module.
6. Debug Log
Support: http://amasty.com/contacts/
Page 11
7. What is SPF Record and How to Configure it
User Guide: SMTP Email Settings
Please be aware that it is not mandatory to setup SPF record, however doing so you will increase the chance
of email delivery.
Sender Policy Framework (SPF) is an email validation system created to prevent email spam on the Internet by
detecting email spoofing (creation of emails with forged sender addresses).
SPF technology consists of two parts
- SPF-record in DNS (Domain Name System) zone of your domain;
- email server component of the message recipient or the component of its spam combating system;
SPF record is configured by email sender. It contains information about the servers that are allowed to send
emails from your domain name.
Although SPF record is optional, today due to the spam issue most email servers may refuse accepting your
email without this record or mark it as suspicious or unwanted.
Support: http://amasty.com/contacts/
Page 12
User Guide: SMTP Email Settings
How to set SPF record for your own SMTP server
If you use your own email server to send emails for your domain (below we use the example.com domain for
demonstration) that has IPv4 address xxxx, the SPF record will look like this:
example.com. IN TXT "v=spf1 a mx ip4:x.x.x.x ~all"
example.com. IN SPF "v=spf1 a mx ip4:x.x.x.x ~all"
If your server has more than one IPv4 address, you can list them like that: "v=spf1 a mx ip4:x.x.x.x ip4:y.y.y.y
ip4:z.z.z.z -all".
If you use IPv6 addresses, the record will be: “ip6:xx:yy::zz”, where “xx:yy::zz” is the IPv6 of your email server.
In this example, the SPF record allows sending emails for the example.com domain from the IP address
specified in the «A» record of the example.com domain (a), mail-exchangers of the example.com domain (mx)
and from IP address x.x.x.x (ip4:x.x.x.x). The recipient’s server will make the decision whether to mark as spam
emails from other senders (~ all).
To restrict sending emails from senders not listed in the SPF record, you can use the “-all” option instead of “~
all”. However, in case there are any inaccuracies in your settings you risk to restrict receiving of your mail.
Therefore, use this option only if you are sure that all your settings are correct.
7. What is SPF Record and How to Configure it
Support: http://amasty.com/contacts/
Page 13
User Guide: SMTP Email Settings
How to set SPF record for Google Apps
If you use Google Apps service to send emails for your domain, the SPF record settings will be slightly different.
The addresses of the email servers that are used by Google Apps can vary and consequently you’ll have to
enable Google Apps SPF configuration.
In case you use Google Apps to receive emails, but send emails using your own SMTP server you need to
specify it in the SPF record:
example.com. IN TXT "v=spf1 a mx ip4:x.x.x.x include:_spf.google.com ~all"
example.com. IN SPF "v=spf1 a mx ip4:x.x.x.x include:_spf.google.com ~all"
If you use Google Apps Service both for sending and receiving emails, the SPF record will be the following:
example.com. IN TXT "v=spf1 include:_spf.google.com ~all"
example.com. IN SPF "v=spf1 include:_spf.google.com ~all"
To get more details about SPF settings for Google Apps, click here:
https://support.google.com/a/answer/178723?hl=en.
7. What is SPF Record and How to Configure it
Support: http://amasty.com/contacts/
Thank you!
Your feedback is absolutely welcome!
Should you have any questions or feature suggestions, please contact us at:
http://amasty.com/contacts/
Page 14
Support: http://amasty.com/contacts/
User Guide: SMTP Email Settings

More Related Content

What's hot

SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.Amasty
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOJason Millward
 
Magento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMagento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMageAnts
 
Photo Gallery Pro Magento Extension by Amasty | User Guide
Photo Gallery Pro Magento Extension by Amasty | User GuidePhoto Gallery Pro Magento Extension by Amasty | User Guide
Photo Gallery Pro Magento Extension by Amasty | User GuideAmasty
 
Delivery Date: Magento Extension by Amasty. User Guide.
Delivery Date: Magento Extension by Amasty. User Guide.Delivery Date: Magento Extension by Amasty. User Guide.
Delivery Date: Magento Extension by Amasty. User Guide.Amasty
 
Magento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMagento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMageAnts
 
Magento 2 Newsletter Popup
Magento 2 Newsletter PopupMagento 2 Newsletter Popup
Magento 2 Newsletter PopupMageAnts
 
Blogging with Tumblr - a step by step guide.
Blogging with Tumblr - a step by step guide.Blogging with Tumblr - a step by step guide.
Blogging with Tumblr - a step by step guide.Trevor Boland
 
Outlook.com - How to Guide
Outlook.com - How to GuideOutlook.com - How to Guide
Outlook.com - How to GuideRShankar31
 
Customer Self-Service Support- Envision Ecommerce
Customer Self-Service Support- Envision EcommerceCustomer Self-Service Support- Envision Ecommerce
Customer Self-Service Support- Envision EcommerceEnvision Ecommerce
 
Exchange Outlook 2007 Setup
Exchange Outlook 2007 SetupExchange Outlook 2007 Setup
Exchange Outlook 2007 Setupthexyz
 
Resolve outlook error 0x800CCC0F
Resolve outlook error 0x800CCC0FResolve outlook error 0x800CCC0F
Resolve outlook error 0x800CCC0Fgenericser Smith
 
Outlook error 0x800 ccc0f
Outlook error 0x800 ccc0fOutlook error 0x800 ccc0f
Outlook error 0x800 ccc0fNeomi Nelz
 
Magento 2 Responsive banner slider
Magento 2 Responsive banner sliderMagento 2 Responsive banner slider
Magento 2 Responsive banner sliderMageAnts
 
How to Restore Deleted WhatsApp Messages from Samsung on Mac
How to Restore Deleted WhatsApp Messages from Samsung on MacHow to Restore Deleted WhatsApp Messages from Samsung on Mac
How to Restore Deleted WhatsApp Messages from Samsung on MacLiana Li
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginBiztech Store
 
Using RSS feeds in IE7
Using RSS feeds in IE7Using RSS feeds in IE7
Using RSS feeds in IE7TonyCassidy
 

What's hot (20)

SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEO
 
Magento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMagento 2 Store Locator Extension
Magento 2 Store Locator Extension
 
Browuse Usage Guide
Browuse Usage GuideBrowuse Usage Guide
Browuse Usage Guide
 
Photo Gallery Pro Magento Extension by Amasty | User Guide
Photo Gallery Pro Magento Extension by Amasty | User GuidePhoto Gallery Pro Magento Extension by Amasty | User Guide
Photo Gallery Pro Magento Extension by Amasty | User Guide
 
Delivery Date: Magento Extension by Amasty. User Guide.
Delivery Date: Magento Extension by Amasty. User Guide.Delivery Date: Magento Extension by Amasty. User Guide.
Delivery Date: Magento Extension by Amasty. User Guide.
 
Magento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMagento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAnts
 
Magento 2 Newsletter Popup
Magento 2 Newsletter PopupMagento 2 Newsletter Popup
Magento 2 Newsletter Popup
 
Blogging with Tumblr - a step by step guide.
Blogging with Tumblr - a step by step guide.Blogging with Tumblr - a step by step guide.
Blogging with Tumblr - a step by step guide.
 
Outlook.com - How to Guide
Outlook.com - How to GuideOutlook.com - How to Guide
Outlook.com - How to Guide
 
Customer Self-Service Support- Envision Ecommerce
Customer Self-Service Support- Envision EcommerceCustomer Self-Service Support- Envision Ecommerce
Customer Self-Service Support- Envision Ecommerce
 
Exchange Outlook 2007 Setup
Exchange Outlook 2007 SetupExchange Outlook 2007 Setup
Exchange Outlook 2007 Setup
 
Resolve outlook error 0x800CCC0F
Resolve outlook error 0x800CCC0FResolve outlook error 0x800CCC0F
Resolve outlook error 0x800CCC0F
 
Outlook error 0x800 ccc0f
Outlook error 0x800 ccc0fOutlook error 0x800 ccc0f
Outlook error 0x800 ccc0f
 
Magento 2 Responsive banner slider
Magento 2 Responsive banner sliderMagento 2 Responsive banner slider
Magento 2 Responsive banner slider
 
How to Restore Deleted WhatsApp Messages from Samsung on Mac
How to Restore Deleted WhatsApp Messages from Samsung on MacHow to Restore Deleted WhatsApp Messages from Samsung on Mac
How to Restore Deleted WhatsApp Messages from Samsung on Mac
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro Plugin
 
Using RSS feeds in IE7
Using RSS feeds in IE7Using RSS feeds in IE7
Using RSS feeds in IE7
 
Fix: Gmail Inbox Not Showing All Mail
Fix: Gmail Inbox Not Showing All MailFix: Gmail Inbox Not Showing All Mail
Fix: Gmail Inbox Not Showing All Mail
 
Setup thunderbird for imap access to google apps
Setup thunderbird for imap access to google appsSetup thunderbird for imap access to google apps
Setup thunderbird for imap access to google apps
 

Viewers also liked

Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Amasty
 
Special Promotions Pro: Magento Extension by Amasty. User Guide.
Special Promotions Pro: Magento Extension by Amasty. User Guide.Special Promotions Pro: Magento Extension by Amasty. User Guide.
Special Promotions Pro: Magento Extension by Amasty. User Guide.Amasty
 
Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.Amasty
 
Order Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideOrder Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideAmasty
 
Advanced Permissions: Magento Extension by Amasty. User Guide.
Advanced Permissions: Magento Extension by Amasty. User Guide.Advanced Permissions: Magento Extension by Amasty. User Guide.
Advanced Permissions: Magento Extension by Amasty. User Guide.Amasty
 
Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Amasty
 
A/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideA/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideAmasty
 
Special Promotions: Magento Extension by Amasty. user Guide.
Special Promotions: Magento Extension by Amasty. user Guide.Special Promotions: Magento Extension by Amasty. user Guide.
Special Promotions: Magento Extension by Amasty. user Guide.Amasty
 
Product Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideProduct Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideAmasty
 

Viewers also liked (9)

Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.
 
Special Promotions Pro: Magento Extension by Amasty. User Guide.
Special Promotions Pro: Magento Extension by Amasty. User Guide.Special Promotions Pro: Magento Extension by Amasty. User Guide.
Special Promotions Pro: Magento Extension by Amasty. User Guide.
 
Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.Custom Stock Status: Magento Extension by Amasty. User Guide.
Custom Stock Status: Magento Extension by Amasty. User Guide.
 
Order Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User GuideOrder Memos and Attachments: Magento Extension by Amasty. User Guide
Order Memos and Attachments: Magento Extension by Amasty. User Guide
 
Advanced Permissions: Magento Extension by Amasty. User Guide.
Advanced Permissions: Magento Extension by Amasty. User Guide.Advanced Permissions: Magento Extension by Amasty. User Guide.
Advanced Permissions: Magento Extension by Amasty. User Guide.
 
Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.Color Swatches Pro: Magento Extension by Amasty. User Guide.
Color Swatches Pro: Magento Extension by Amasty. User Guide.
 
A/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User GuideA/B Testing Magento Extension by Amasty | User Guide
A/B Testing Magento Extension by Amasty | User Guide
 
Special Promotions: Magento Extension by Amasty. user Guide.
Special Promotions: Magento Extension by Amasty. user Guide.Special Promotions: Magento Extension by Amasty. user Guide.
Special Promotions: Magento Extension by Amasty. user Guide.
 
Product Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User GuideProduct Parts Finder for Magento 2 | User Guide
Product Parts Finder for Magento 2 | User Guide
 

Similar to SMTP Email Settings: Magento Extension by Amasty

How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender Johannes Cosmin dumitru
 
Outlook 2013 email configuration guide (3)
Outlook 2013 email configuration guide (3)Outlook 2013 email configuration guide (3)
Outlook 2013 email configuration guide (3)Яyan Miller
 
Using smtp over_bgan_en
Using smtp over_bgan_enUsing smtp over_bgan_en
Using smtp over_bgan_enmadhu4a
 
12753028 scot-configuration-troubleshooting
12753028 scot-configuration-troubleshooting12753028 scot-configuration-troubleshooting
12753028 scot-configuration-troubleshootingkratos1979
 
Setting up your e mail in mozilla thunderbird
Setting up your e mail in mozilla thunderbirdSetting up your e mail in mozilla thunderbird
Setting up your e mail in mozilla thunderbirdrizalprasty
 
Ways to Prevent Email Abuse
Ways to Prevent Email AbuseWays to Prevent Email Abuse
Ways to Prevent Email AbuseHTS Hosting
 
Cryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus NotesCryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus Notescryoserver
 
How to Manage Your Email Reputation - Rob Van Slyke 4-2010
How to Manage Your Email Reputation - Rob Van Slyke 4-2010How to Manage Your Email Reputation - Rob Van Slyke 4-2010
How to Manage Your Email Reputation - Rob Van Slyke 4-2010vertical traction
 
Inbound Email Troubleshooting Guide
Inbound Email Troubleshooting GuideInbound Email Troubleshooting Guide
Inbound Email Troubleshooting GuideVestalsGap
 
Inbound Email Troubleshooting Guide
Inbound Email Troubleshooting GuideInbound Email Troubleshooting Guide
Inbound Email Troubleshooting Guideguestc1eed9
 
Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)Iftikhar Ali Iqbal
 
Mail store server4 manual-en
Mail store server4 manual-enMail store server4 manual-en
Mail store server4 manual-enguest8e6971
 
1and1Mail Quickstart Guide - SMTP Account Setup
1and1Mail Quickstart Guide - SMTP Account Setup1and1Mail Quickstart Guide - SMTP Account Setup
1and1Mail Quickstart Guide - SMTP Account SetupYeteSoft
 
Setting up your own email server with hmailserver
Setting up your own email server with hmailserverSetting up your own email server with hmailserver
Setting up your own email server with hmailserverrifqirr
 
Mail server backup & device mgt. →email backup
Mail server backup & device mgt. →email backupMail server backup & device mgt. →email backup
Mail server backup & device mgt. →email backupsharetech
 
Spamcheetah spam filter/mail security gateway manual
Spamcheetah spam filter/mail security gateway manualSpamcheetah spam filter/mail security gateway manual
Spamcheetah spam filter/mail security gateway manualGirish Venkatachalam
 

Similar to SMTP Email Settings: Magento Extension by Amasty (20)

How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender How to simplify Email oriented workflow with - Visendo SMTP Extender
How to simplify Email oriented workflow with - Visendo SMTP Extender
 
Unix Administration 5
Unix Administration 5Unix Administration 5
Unix Administration 5
 
Outlook 2013 email configuration guide (3)
Outlook 2013 email configuration guide (3)Outlook 2013 email configuration guide (3)
Outlook 2013 email configuration guide (3)
 
Using smtp over_bgan_en
Using smtp over_bgan_enUsing smtp over_bgan_en
Using smtp over_bgan_en
 
12753028 scot-configuration-troubleshooting
12753028 scot-configuration-troubleshooting12753028 scot-configuration-troubleshooting
12753028 scot-configuration-troubleshooting
 
Setting up your e mail in mozilla thunderbird
Setting up your e mail in mozilla thunderbirdSetting up your e mail in mozilla thunderbird
Setting up your e mail in mozilla thunderbird
 
Ways to Prevent Email Abuse
Ways to Prevent Email AbuseWays to Prevent Email Abuse
Ways to Prevent Email Abuse
 
Cryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus NotesCryoserver Configuring Lotus Notes
Cryoserver Configuring Lotus Notes
 
How to Manage Your Email Reputation - Rob Van Slyke 4-2010
How to Manage Your Email Reputation - Rob Van Slyke 4-2010How to Manage Your Email Reputation - Rob Van Slyke 4-2010
How to Manage Your Email Reputation - Rob Van Slyke 4-2010
 
Inbound Email Troubleshooting Guide
Inbound Email Troubleshooting GuideInbound Email Troubleshooting Guide
Inbound Email Troubleshooting Guide
 
Inbound Email Troubleshooting Guide
Inbound Email Troubleshooting GuideInbound Email Troubleshooting Guide
Inbound Email Troubleshooting Guide
 
Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)Symantec Messaging Gateway - Technical Proposal (General)
Symantec Messaging Gateway - Technical Proposal (General)
 
Mail store server4 manual-en
Mail store server4 manual-enMail store server4 manual-en
Mail store server4 manual-en
 
1and1Mail Quickstart Guide - SMTP Account Setup
1and1Mail Quickstart Guide - SMTP Account Setup1and1Mail Quickstart Guide - SMTP Account Setup
1and1Mail Quickstart Guide - SMTP Account Setup
 
Setting up your own email server with hmailserver
Setting up your own email server with hmailserverSetting up your own email server with hmailserver
Setting up your own email server with hmailserver
 
TekSMTP Manual
TekSMTP ManualTekSMTP Manual
TekSMTP Manual
 
Internet mail server
Internet mail server Internet mail server
Internet mail server
 
Mail server backup & device mgt. →email backup
Mail server backup & device mgt. →email backupMail server backup & device mgt. →email backup
Mail server backup & device mgt. →email backup
 
Spamcheetah spam filter/mail security gateway manual
Spamcheetah spam filter/mail security gateway manualSpamcheetah spam filter/mail security gateway manual
Spamcheetah spam filter/mail security gateway manual
 
Outlook Express
Outlook ExpressOutlook Express
Outlook Express
 

More from Amasty

Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Amasty
 
Magento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewMagento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewAmasty
 
A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...Amasty
 
Follow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideFollow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideAmasty
 
Order Attributes for Magento 2
Order Attributes for Magento 2Order Attributes for Magento 2
Order Attributes for Magento 2Amasty
 
Shipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideShipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideAmasty
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideAmasty
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAmasty
 
Meet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichMeet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichAmasty
 
Meet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoMeet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoAmasty
 
Meet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaMeet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaAmasty
 
Meet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićMeet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićAmasty
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauAmasty
 
Meet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssMeet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssAmasty
 
Meet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakMeet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakAmasty
 
Meet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakMeet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakAmasty
 
Store Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideStore Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideAmasty
 
Advanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAdvanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAmasty
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideAmasty
 
Meet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukMeet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukAmasty
 

More from Amasty (20)

Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2Способы оптимизации работы с памятью в Magento 2
Способы оптимизации работы с памятью в Magento 2
 
Magento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of ViewMagento Security from Developer's and Tester's Points of View
Magento Security from Developer's and Tester's Points of View
 
A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...A joyful shopping experience. Creating e-commerce sites that are effortless t...
A joyful shopping experience. Creating e-commerce sites that are effortless t...
 
Follow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guideFollow up email_for_magento_2_user_guide
Follow up email_for_magento_2_user_guide
 
Order Attributes for Magento 2
Order Attributes for Magento 2Order Attributes for Magento 2
Order Attributes for Magento 2
 
Shipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User GuideShipping Table Rates for Magento 2 by Amasty | User Guide
Shipping Table Rates for Magento 2 by Amasty | User Guide
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User Guide
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User Guide
 
Meet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey TataranovichMeet Magento Belarus 2015: Andrey Tataranovich
Meet Magento Belarus 2015: Andrey Tataranovich
 
Meet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor BondarenkoMeet Magento Belarus 2015: Igor Bondarenko
Meet Magento Belarus 2015: Igor Bondarenko
 
Meet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina PototskayaMeet Magento Belarus 2015: Kristina Pototskaya
Meet Magento Belarus 2015: Kristina Pototskaya
 
Meet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen RistićMeet Magento Belarus 2015: Mladen Ristić
Meet Magento Belarus 2015: Mladen Ristić
 
Meet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir KalashnikauMeet Magento Belarus 2015: Uladzimir Kalashnikau
Meet Magento Belarus 2015: Uladzimir Kalashnikau
 
Meet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis LukssMeet Magento Belarus 2015: Jurģis Lukss
Meet Magento Belarus 2015: Jurģis Lukss
 
Meet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey LysakMeet Magento Belarus 2015: Sergey Lysak
Meet Magento Belarus 2015: Sergey Lysak
 
Meet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis BosakMeet Magento Belarus 2015: Denis Bosak
Meet Magento Belarus 2015: Denis Bosak
 
Store Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User GuideStore Credit Magento Extension by Amasty | User Guide
Store Credit Magento Extension by Amasty | User Guide
 
Advanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User GuideAdvanced Customer Segments Magento Extension by Amasty | User Guide
Advanced Customer Segments Magento Extension by Amasty | User Guide
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User Guide
 
Meet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav KravchukMeet Magento Belarus - Viacheslav Kravchuk
Meet Magento Belarus - Viacheslav Kravchuk
 

Recently uploaded

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 

Recently uploaded (20)

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 

SMTP Email Settings: Magento Extension by Amasty

  • 1. User Guide: SMTP Email Settings Page 1 SMTP Email Settings Magento Extension User Guide Official extension page: SMTP Email Settings Support: http://amasty.com/contacts/
  • 2. Page 2 Table of contents: 1. General Settings……………………………………………………………………………………………. 3 2. SMTP Configuration …………………………………………………………………………………….. 5 3. Log Clearing Settings ….………………………………………………………………………………… 6 4. Sent Emails Log ……………………………………………………………………………………………. 7 5. View Sent Emails ……………………………………………………………………………………….…. 9 6. Debug Log …………………………………………………………………….………………………..…… 10 7. What is SPF Record and How to Configure it ………………………………………………..… 11 User Guide: SMTP Email Settings Support: http://amasty.com/contacts/
  • 3. Page 3 1. General Settings To set up the module please go to admin panel -> System -> Configuration -> SMTP Email Settings User Guide: SMTP Email Settings If you set this option to ‘No’, the module will be disabled and emails will be sent with standard Magento email functionality (via PHP). When set to ‘No’ this setting disables all features of the module including debug and logging of emails. When set to ‘Yes’, all emails send from Magento are logged, you can view the list of the emails, including the contents. Support: http://amasty.com/contacts/
  • 4. Page 4 User Guide: SMTP Email Settings Debug information will help you to set up sending of email. We strongly recommend to disable debug when sending of emails works well. When this option is set to ‘Yes’, emails will not be sent, however the system will ‘pretend’ that is it sending emails - the messages will still be added to the log and you will see all debug info. You can disable actual email sending for the periods, when you need to test the system. 1. General Settings Support: http://amasty.com/contacts/
  • 5. Page 5 Select a certain SMTP provider, click the ‘Autofill’ button, and some of other fields will be filled in automatically. User Guide: SMTP Email Settings Once you’ve entered the data please click ‘Check Connection’ button to make sure the setup works well. You will get ‘Connection Successful’ message and receive a test email, if everything is setup correctly. 2. SMTP Configuration Support: http://amasty.com/contacts/
  • 6. Page 6 You can set the old log records to be removed after a certain period (in days). According to this setup log records will be removed 30 days after they are created. User Guide: SMTP Email Settings 3. Log Clearing Settings Support: http://amasty.com/contacts/
  • 7. Page 7 You can see the list of sent emails in admin panel -> System -> Tools -> SMTP Sent Emails Log. Please be aware that here are listed only emails sent when our extension is enabled and setup correctly. User Guide: SMTP Email Settings 4. Sent Emails Log Support: http://amasty.com/contacts/
  • 8. Page 8 In the log you can see the email subject, recipient email and name, which email template was used and if the email was sent successfully. Just click the email to see its content. User Guide: SMTP Email Settings 4. Sent Emails Log Support: http://amasty.com/contacts/
  • 9. Page 9 You can see all the email contents. User Guide: SMTP Email Settings 5. View Sent Emails Support: http://amasty.com/contacts/
  • 10. Page 10 To see the extension debug log please go to System -> Tools -> SMTP Debug Log. The log is recorded only when Debug Mode is enabled in the configuration section. User Guide: SMTP Email Settings At this page you can find out if emails are sent and what errors, if any, occur. This data will help you to setup the module correctly. We strongly recommend to disable Debug Mode once you’ve successfully setup the module. 6. Debug Log Support: http://amasty.com/contacts/
  • 11. Page 11 7. What is SPF Record and How to Configure it User Guide: SMTP Email Settings Please be aware that it is not mandatory to setup SPF record, however doing so you will increase the chance of email delivery. Sender Policy Framework (SPF) is an email validation system created to prevent email spam on the Internet by detecting email spoofing (creation of emails with forged sender addresses). SPF technology consists of two parts - SPF-record in DNS (Domain Name System) zone of your domain; - email server component of the message recipient or the component of its spam combating system; SPF record is configured by email sender. It contains information about the servers that are allowed to send emails from your domain name. Although SPF record is optional, today due to the spam issue most email servers may refuse accepting your email without this record or mark it as suspicious or unwanted. Support: http://amasty.com/contacts/
  • 12. Page 12 User Guide: SMTP Email Settings How to set SPF record for your own SMTP server If you use your own email server to send emails for your domain (below we use the example.com domain for demonstration) that has IPv4 address xxxx, the SPF record will look like this: example.com. IN TXT "v=spf1 a mx ip4:x.x.x.x ~all" example.com. IN SPF "v=spf1 a mx ip4:x.x.x.x ~all" If your server has more than one IPv4 address, you can list them like that: "v=spf1 a mx ip4:x.x.x.x ip4:y.y.y.y ip4:z.z.z.z -all". If you use IPv6 addresses, the record will be: “ip6:xx:yy::zz”, where “xx:yy::zz” is the IPv6 of your email server. In this example, the SPF record allows sending emails for the example.com domain from the IP address specified in the «A» record of the example.com domain (a), mail-exchangers of the example.com domain (mx) and from IP address x.x.x.x (ip4:x.x.x.x). The recipient’s server will make the decision whether to mark as spam emails from other senders (~ all). To restrict sending emails from senders not listed in the SPF record, you can use the “-all” option instead of “~ all”. However, in case there are any inaccuracies in your settings you risk to restrict receiving of your mail. Therefore, use this option only if you are sure that all your settings are correct. 7. What is SPF Record and How to Configure it Support: http://amasty.com/contacts/
  • 13. Page 13 User Guide: SMTP Email Settings How to set SPF record for Google Apps If you use Google Apps service to send emails for your domain, the SPF record settings will be slightly different. The addresses of the email servers that are used by Google Apps can vary and consequently you’ll have to enable Google Apps SPF configuration. In case you use Google Apps to receive emails, but send emails using your own SMTP server you need to specify it in the SPF record: example.com. IN TXT "v=spf1 a mx ip4:x.x.x.x include:_spf.google.com ~all" example.com. IN SPF "v=spf1 a mx ip4:x.x.x.x include:_spf.google.com ~all" If you use Google Apps Service both for sending and receiving emails, the SPF record will be the following: example.com. IN TXT "v=spf1 include:_spf.google.com ~all" example.com. IN SPF "v=spf1 include:_spf.google.com ~all" To get more details about SPF settings for Google Apps, click here: https://support.google.com/a/answer/178723?hl=en. 7. What is SPF Record and How to Configure it Support: http://amasty.com/contacts/
  • 14. Thank you! Your feedback is absolutely welcome! Should you have any questions or feature suggestions, please contact us at: http://amasty.com/contacts/ Page 14 Support: http://amasty.com/contacts/ User Guide: SMTP Email Settings