send-wp-mail/CHANGELOG.md
2025-01-04 09:36:00 +02:00

1.5 KiB

Changelog

All notable changes to Send WP Mail plugin.

1.1

Fork

  • Fork wp.org repository plugin send-admin-from-email.
  • Rebrand plugin "Send WP Mail".
  • Rename main plugin file send-wp-mail.php.

Fixed

  • Disable email spoofing in original plugin.
    • Use WordPress core wp_from_mail and wp_from_mail_name hooks to change from email details.
    • From field is for display purposes only.
    • Do not send from details in headers.
    • Do not use admin user's email.

1.0

  • Fix typos.

0.9.3

  • Add links.
  • Minor css changes.

0.9.2

  • Minor code cleanup
  • Add HTML5 'required' attribute to form fields.
  • Only load js and css on admin page.

0.9.1

  • Cleanup css and html.
  • Add mail dashicon to title.
  • Uploaded file (attachment) is now deleted from server after email is sent.

0.9

Initial release

  • Send email from admin page.
  • Send email to multiple recipients.
  • Send individual emails to multiple recipients.
  • Add images from the WordPress Media Library.
  • Upload and attach one attachment to the email message.
  • Select recipients from registered users' email addresses.