WP Manifestindependent plugin directory
manifest / email / dotmailer_wordpress_transactional_emails

DDG SMTP

Wordpress plugin to allow wordpress users to send transactional emails via SMTP or API

by Calin Diacon · github.com/dotmailer/dotmailer_wordpress_transactional_emails · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dotmailer/dotmailer_wordpress_transactional_emails/archive/refs/heads/master.zip

Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.

Description

You can set the following options:

  • Specify the from name and email address for outgoing email.
  • Choose to send mail by SMTP or PHP's mail() function.
  • Specify an SMTP host (defaults to localhost).
  • Specify an SMTP port (defaults to 25).
  • Choose SSL / TLS encryption.
  • Specify an SMTP username and password.

Installation

  1. Download
  2. Upload to your /wp-contents/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.