| 开发者 |
wppassiondev
sumon1068 |
|---|---|
| 更新时间 | 2026年5月29日 04:22 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail().wp_mail(), but there is no built-in interface to compose and send an email from the admin dashboard. Mailora Email Composer fills that gap with a clean, distraction-free compose screen powered by the familiar WordPress TinyMCE editor.
Features
email@example.com and Name <email@example.com> formatswp_mail() — compatible with WP Mail SMTP, Postmark, SendGrid, Mailgun, Amazon SES, and any SMTP pluginmailora-email-composer folder to the /wp-content/plugins/ directory, or install directly through the WordPress Plugins screen.No. The plugin uses WordPress's built-in wp_mail() function, which works out of the box on most hosting environments.
However, for reliable delivery and better email formatting support, an SMTP plugin is strongly recommended. Compatible options include:
Emails are sent as HTML. The TinyMCE editor lets you apply bold, italic, underline, lists, blockquotes, and links, all of which are preserved in the recipient's inbox.
Yes. Every sent email is logged in a custom database table. You can view, search, and delete individual entries from the Sent Log tab. The log automatically keeps only the latest 200 entries to avoid database bloat.
Yes. Open any log entry using the View button, then click Send Again to pre-fill the compose form with the original recipient and subject.
Yes. The email body is displayed inside a sandboxed <iframe> that prevents scripts from running and isolates the content from the rest of the admin page.
Yes. The plugin's custom database tables are removed cleanly when you delete the plugin from WordPress.