开发者 | monzur |
---|---|
更新时间 | 2025年10月6日 14:46 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
https://monzurrahman.github.io/MonzurMailer/
for detailed setup and usage instructions.monzurmailer.zip
monzurmailer.zip
and click Install Now.monzurmailer.zip
to get the monzurmailer
folder.wp-content/plugins/
directory.This is usually due to server or DNS configuration. Ensure your domain's SPF, DKIM, and DMARC records are correctly set up. Using an external SMTP service via the plugin's settings is the most reliable way to improve deliverability.
This indicates a problem with the sending process. Verify your SMTP settings are correct, ensure your web host isn't blocking SMTP ports, and check your wp-content/debug.log
file for specific errors (you must have WP_DEBUG_LOG
enabled).
Yes, it will use the default PHP mail()
function. However, this method is often unreliable and emails are more likely to be marked as spam. Using SMTP is strongly recommended.
You can use a wide range of standard HTML tags in the editor to style your content (headings, links, images, etc.). However, you do not need to add your own <html>
, <head>
, or <body>
tags. The plugin automatically wraps your message in a clean, mobile-friendly HTML template to ensure the best compatibility across email clients like Gmail and Outlook.
For security reasons, JavaScript is not supported and will be removed automatically. This is a standard security practice for both WordPress and all major email clients to protect users from malicious code.
For maximum compatibility, CSS <style>
blocks are not supported and will be removed. Most major email clients, including Gmail and Outlook, strip out <style>
blocks for security and rendering reasons.
The best and most reliable way to style your emails is to use inline CSS. The rich text editor automatically does this for you when you use the formatting buttons (e.g., changing text color, alignment, bold, italics). This ensures your styles will look as consistent as possible across all email platforms.
Adding images is easy! The best and safest method is to use the "Add Media" button in the editor. This will open your WordPress Media Library, where you can upload a new image or select an existing one. The plugin will automatically insert the image with the correct, full URL. Important: Images in emails are loaded from your website's server every time a user opens the email. They are not attached to the email itself. This means:
Yes, it fully supports WordPress multisite. Each site in the network will have its own separate settings, templates, and logs.
remove_action
/remove_filter
.WP_DEBUG_LOG
environments.