Skip to content

Send email using an SMTP email sever. Configure WordPress wp_mail, and phpmailer, to use your SMTP (outgoing) mail server when sending email.

License

Notifications You must be signed in to change notification settings

EarthAsylum/eacSimpleSMTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{eac}Doojigger Simple SMTP Extension for WordPress

EarthAsylum Consulting WordPress eacDoojigger

Plugin Header

Plugin URI: https://eacdoojigger.earthasylum.com/eacsimplesmtp/
Author: EarthAsylum Consulting
Stable tag: 1.0.12
Last Updated: 10-Apr-2024
Requires at least: 5.5.0
Tested up to: 6.5
Requires PHP: 7.2
Requires EAC: 2.0
Contributors: kevinburkholder
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: smtp, email, phpmailer, wp_mail, {eac}Doojigger
WordPress URI: https://wordpress.org/plugins/eacsimplesmtp
GitHub URI: https://github.com/EarthAsylum/eacSimpleSMTP

Send email using an SMTP email sever. Configure WordPress wp_mail, and phpmailer, to use your SMTP (outgoing) mail server when sending email.

Description

{eac}SimpleSMTP is an {eac}Doojigger extension which adds SMTP server configuration for WordPress so that all email sent from your WordPress site will be sent through your SMTP mail server.

What is SMTP? ... Simple Mail Transfer Protocol

{eac}SimpleSMTP options include...

  • SMTP Server Name

    The outgoing mail server name. Typically something like smtp.your_email_domain.com.

  • SMTP Port

    The mail server port to use. Typically, port 25 = no encryption, port 465 = SSL encryption, port 587 = TLS encryption.

  • SMTP Encryption

    Does your mail server use encryption?

  • SMTP User Name

    The email address/username used to authenticate with your mail server.

  • SMTP Password

    The password used to authenticate with your mail server.

  • Send From Name

    The default name used when sending email.

  • Send From Email

    The default email address used when sending email.

  • Override Senders

    Always send from above name/address (overriding other scripts).

  • SMTP Debugging

    Enable capture and logging of wp_mail and phpMailer debugging data.

  • Default Headers

    Add custom headers to all outgoing emails.

  • Send a Test

    Send a test email to ensure your configuration is working.

Filters

Two filters are available to retrieve the Send From Name and/or Send From Email

simpleSMTP_from_name

$sendFromName = apply_filters( 'simpleSMTP_from_name', get_bloginfo('name') )

simpleSMTP_from_email

$sendFromEmail = apply_filters( 'simpleSMTP_from_email', get_bloginfo('admin_email') )

Installation

{eac}Doojigger Simple SMTP Extension is an extension plugin to and requires installation and registration of {eac}Doojigger.

Automatic Plugin Installation

This plugin is available from the WordPress Plugin Repository and can be installed from the WordPress Dashboard » Plugins » Add New page. Search for 'EarthAsylum', click the plugin's [Install] button and, once installed, click [Activate].

See Managing Plugins -> Automatic Plugin Installation

Upload via WordPress Dashboard

Installation of this plugin can be managed from the WordPress Dashboard » Plugins » Add New page. Click the [Upload Plugin] button, then select the eacsimplesmtp.zip file from your computer.

See Managing Plugins -> Upload via WordPress Admin

Manual Plugin Installation

You can install the plugin manually by extracting the eacsimplesmtp.zip file and uploading the 'eacsimplesmtp' folder to the 'wp-content/plugins' folder on your WordPress server.

See Managing Plugins -> Manual Plugin Installation

Settings

Once installed and activated options for this extension will show in the 'Simple SMTP' tab of {eac}Doojigger settings.

Screenshots

  1. Simple Smtp {eac}SimpleSmtp Extension

Other Notes

Additional Information

  • {eac}SimpleSMTP is an extension plugin to and requires installation and registration of {eac}Doojigger.

About

Send email using an SMTP email sever. Configure WordPress wp_mail, and phpmailer, to use your SMTP (outgoing) mail server when sending email.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages