這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Xmail – The Right Way

描述

All webmasters experience the problem of their emails landing in their users spam folders, including our own!
So we decided to develop a simple solution to fix this wide-spread annoyance.
After a long development period, we have produced an effective method of sending emails which complies
in full with all guidelines and security requirements of email providers such as Google, Yahoo & MSN.

Markdown

  • Your emails will no longer be marked as SPAM.
  • If your emails do not even arrive to Yahoo! or MSN with Xmail they will.
  • This is the way Google, Yahoo! and MSN best like emails to come to them.

螢幕截圖

  • Behind the mailing system.

安裝

  1. Upload xmail-the-right-way folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Read the Xmail page in Settings menu in wp-admin

    You should also contact your hosting provider and ask him to activate Domain Keys and SPF for your domain.

常見問題

  • So what ix Xmail?

Xmail is a PHP class that can send an email in 3 diffrent ways:
1. via the old fashion PHP standard function called mail()
2. via a SMTP account (one of the most popular alternatives)
3. direct connection to the receiver MX server (the optimal way)

  • Why is this the best way?

Each server that hosts websites has multiple IP’s.
In 99% of cases, the (email) main server IP is different from the IP used for the domain itself, so your domain has one IP and the emails you send go out from another (main server IP). You will probably share an email server with many other users, and if these users are unscrupulous and send out SPAM, you will suffer as well because the main server IP you use will lose credibility and become untrusted by the email providers named above. This will result in your emails never reaching your users’ inboxes.
However, some website servers have an option to send out emails from the main IP, but only SMTP allows for this. STMP is an email setup enabled by the Xmail plugin.
Should that option be incompatible, the only thing left is to use the MX method which does not rely on any other service in the server. It’s pure PHP and will always use your site’s IP. This MX method is also enabled by the Xmail plugin.
Note: You should also contact your hosting provider and ask him to activate Domain Keys and SPF for your domain.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Xmail – The Right Way” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Xmail – The Right Way 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.00

  • Initial release

1.01

  • Tested and set to work starting WP 3.0 UP

1.03

  • Added SIZE transmision
  • Added redundancy to mail() if socket fails

1.04

  • Removed SIZE transmision cause most servers do not support it

1.05

  • Tested and working on WP 3.3.1

1.10

  • Fixed headers received as array
  • Standardized line endings
  • Minor fixez