Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.84 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.84 KB

Fanny SMTP Mailer

A WordPress plugin designed to streamline the process of configuring SMTP settings for sending emails through your WordPress website.

Description

Fanny SMTP Mailer is a simple yet powerful plugin designed to streamline the process of configuring SMTP settings for sending emails through your WordPress website. With minimal setup, you can ensure reliable email delivery by specifying SMTP host, port, username, password, and other essential parameters directly from your WordPress admin panel.

Features

  • Configure SMTP settings directly from WordPress admin panel.
  • Specify SMTP host, port, username, password, and other parameters.
  • Supports various SMTP authentication methods and security protocols.
  • Debugging options available for troubleshooting.
  • Enable WordPress Password reset.

Installation

  1. Download the plugin zip file from GitHub.
  2. Upload the plugin zip file to your WordPress site.
  3. Activate the plugin through the WordPress admin panel.

Usage

  1. Go to Settings > Fanny Mailer in the WordPress admin panel.
  2. Enter your SMTP settings including host, port, username, password, etc.
  3. Save your settings.
  4. You're ready to send emails using SMTP through your WordPress website!

Author

For Developers

Debugging Options

The plugin provides debugging options for troubleshooting SMTP communication. You can set the debug level from the plugin settings page in the WordPress admin panel.

  • None: No debugging output.
  • Basic: Basic debugging output.
  • Detailed: Detailed debugging output including SMTP transaction data.
  • Full: Full debugging output including connection status, message data, and server responses.
  • Only Errors: Log only error messages.