Skip to content

Simple SMTP Mailer Plugin v0.2.0

Choose a tag to compare

@jure-ve jure-ve released this 05 May 01:08
· 3 commits to main since this release
  • Initial release of the Simple SMTP Mailer Plugin.
  • SMTP configuration via WordPress admin panel, including host, port, security (SSL/TLS), and authentication settings.
  • Secure password encryption using OpenSSL and WordPress salts (AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY).
  • Integration with PHPMailer for reliable email delivery.
  • Test email feature to verify SMTP setup from the admin panel.
  • PHPMailer debug levels (0-4) for troubleshooting.
  • Customizable "From Email" and "From Name" fields for outgoing emails.
  • Admin menu with dedicated "Configuration" and "Send Email" pages.
  • Activation and deactivation hooks for clean setup and cleanup.
  • Comprehensive error logging for encryption and PHPMailer issues.