SAR Friendly SMTP
by Samuel Aguilera 4.6 (46 reviews)

SAR Friendly SMTP

A friendly SMTP plugin for WordPress. No third-party, simply using WordPress native possibilities.

SAR Friendly SMTP ranks #4,861 among WordPress.org plugins with 2,000+ active installations, is #228 of 3,358 in the Communication category, a 4.6/5 rating from 46 reviews, and was last updated Jul 15, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1)
v1.2.6 Current Version v1.2.6
Updated 2 months ago Last Update on 15 Jul, 2026
Refreshed 8 hours ago Last Refreshed on
#228 of 3,358 in Communication Top 10% by installs Downloads +13% this week
View on WordPress.org
Rank
#4,861
+4 this week
Active Installs
2K+
-29.6%
KW Avg Position
34
0.3 better
Downloads
35.8K
+4 today
Support Resolved
0%
No change
Rating
92%
Review 4.6 out of 5
4.6 (46 reviews)

Next Milestone 3K

Total Progress 84.3%
2K+ 3K+
622
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 157 more installs to reach 3K+

Rank Changes

4,856 4,862 4,867 4,873 4,878 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
4,856 4,862 4,868 4,873 4,879 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Current #4,861
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 20 30 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
0 10 20 30 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.6
46 reviews
Overall 92%
5
41 (89%)
4
0 (0%)
3
1 (2%)
2
1 (2%)
1
3 (7%)

Security History

Source: WPVulnerability

No known vulnerabilities on record for SAR Friendly SMTP. Checked 1 month ago.

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners who need a simple way to send email through an SMTP server without third-party libraries. It solves the problem of other SMTP plugins overwriting the from address and from name fields, which breaks functionality of other plugins that send email via wp_mail().

  • No third-party SMTP libraries
  • Respects fields modified by other plugins
  • Debug mode with error logging
  • WordPress settings API integration
  • Custom capability for settings access
  • Send Email Test page
  • wp-config.php constants for settings
  • Multisite network-wide settings

Frequently Asked Questions

Common questions about SAR Friendly SMTP

This plugin is just a way to tell WordPress something like: "Please dear WordPress, use my SMTP server to send the emails, not the web server." That means that this plugin doesn't send you emails, when the plugin is enabled WordPress sends your emails using your SMTP server. If you're having trouble sending your emails, you can activate the debug mode in settings page. That activates the logging of the commands and data between WordPress and your SMTP server, and most of the time you will find useful information in your PHP error_log file. Remember to turn off Debug Mode when you're done with the troubleshooting to avoid raising your server load by generating unnecessary logs.
The location of the PHP error_log file it's not the same in all servers, because it can be customized by the server admin. In all cases you'll need to use a (S)FTP client to check it. Example of possible locations: Some major shared hosting companies (i.e Hostgator), put this file in the root of your site (i.e. /public_html/ ) with the name of error_log Some other shared hostings put it inside of a "logs" directory in the root of your (S)FTP account. And unfortunatelly, there're some hosting companies that don't allow the user to access directly to this error log file. So you'll need to contact your hosting support. If you're using a VPS or dedicated server you know how to find this file! ;) The path of the file anyway is controled by error_log directive in php.ini or if you're using PHP-FPM by php_admin_value[error_log] in your pool .conf file.
If you don't know how to access to that file or you can't see any useful information about the sending process on that log file, you need to contact with the support staff of your SMTP server to ask them for the information.
Gmail/Google Apps (and probably other servers too) only allows you to send emails using your account email address in the FROM header. My emails are sent, debug log looks ok, but they're lost in the cyberspace, never reach the destination! Why life is so cruel with me? I'm going to cry! Be happy man, life is life... Sending an email successfully does not guarantee you that it will reach the destination, an email goes thru many email servers before reaching the recipient email inbox. And finally, if your email reach the server that handles the inbox for the destination email address, it's this server who has the last word to decide if your email is going to be delivered to the recipient or not. Lots of things can be considered to reject your emails in destination without any notice: Content of the email triggering spam filters (i.e. too many links in your email content) or recipient server policy, bad reputation of your domain or SMTP IP, missing recommendations (i.e. SPF record)... It's a whole world man! I would recommend you to check any of the services below, all of them provide a SMTP server to use and can help you to improve your email delivery. Mailgun Sendgrid Mailjet SparkPost Elastic Email MailRelay Sendinblue
SMTP Error: Could not authenticate -> This indicates the server refused your authentication data, probably due to incorrect username or password, but other incorrect settings can cause this too (like a bad port or encryption). Double check you have entered correct information in settings and contact with your SMTP server support if all is ok from your side. SMTP connect() failed -> This indicates WordPress was not able to connect with your SMTP server. Probably you have an error in the hostname, port or encryption settings. This error can happen also if your web hosting is blocking connections to your SMTP host or your SMTP host is blocking your for some reason.
As you know this plugin is made to be friendly with other plugins that makes changes to the WordPress default settings, respecting changes made by these third-party plugins. Therefore the FROM Name setting is only used when the email has the default value for this field: WordPress An example of plugin that makes your emails to be sent with the site name is BuddyPress (tested with BP 2.2.1).
Since version 1.1 you can do this. Below you can see an example of use. define( 'SAR_FSMTP_USER', 'your_username' ); define( 'SAR_FSMTP_PASSWORD', 'your_password' ); define( 'SAR_FSMTP_HOST', 'smtp.example.com' ); // IMPORTANT! Don't use quotes for the SAR_FSMTP_PORT value! define( 'SAR_FSMTP_PORT', 587 ); define( 'SAR_FSMTP_ENCRYPTION', 'tls' ); // These two are optional. SAR_FSMTP_FROM must be a valid email according to is_email() WP core function. define( 'SAR_FSMTP_FROM', 'you@example.com' ); define( 'SAR_FSMTP_FROM_NAME', 'Your Name' ); In 1.2 the following constants are added too: define( 'SAR_FSMTP_DEBUG_MODE', 'error_log' ); define( 'SAR_FSMTP_ALLOW_INVALID_SSL', 'on' ); This is useful if you want to use the same settings network-wide in a WordPress network (multisite installation).

Sign In / Register

You need to sign in or register to use this feature.