Free!

{eac}SimpleSMTP Extension

$0.00

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

Also available from the WordPress Plugin Directory, or from your WordPress Dashboard, go to ‘Plugins‘ »  ‘Add New‘ and search for ‘EarthAsylum‘.

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') )

Additional information

Reviews

There are no reviews yet.

Be the first to review “{eac}SimpleSMTP Extension”

Your email address will not be published. Required fields are marked *

You may also like…