Email 發布模組
Email 發布模組 (DJ-Email-Publish)
Description
- When you publish a new post, this plugins will send the post to your other blogs (such as msn spaces) via email.
Newest Download
- Email Publish 1.5 (2007.05.27). Please remain your suggestions here。
My Demo Site
ChangeLog
- 1.5 (2007.05.27)
- Integrating with the PHPMailer class since Wordpress 2.2, and you can set the email encoding of each target blog. If Wordpress don't have the PHPMailer (below 2.2), this plugin will use mail() instead of PHPMailer class.
- For setting email encoding, 'base64' should be enough for most blogs (for example, MSN or Blogger). If you want post via email to another Wordpress blog, try to use 'none'.
- You can set the "Publish Type" for each target blog.

- 1.4.3 (2007.04.17)
- Thank to Yarak found $path variable
'?page=dj-email-publish\dj-email-publish.php'
causes the options do not be save properly under Windows environment.
- 1.4 (2006.12.13)
- Migrating the file dj-email-publish.php into dj-email-publish/ directory. You need to reactive this plugin if you upgrade from version 1.3 or earlier.
- Non-English title will be showed correctly in MSN or Blogger. Will not look like as follows:
- betaï¼Œæœ‰äººåæ‡‰æœ‰å•題啊
- 1.3 (2006.08.09)
- You can send the post with different modes now.
- Only Title.
- Summary ( If <!--more--> is existed, then send the post as summary, else as fulltext. )
- and FullText.
- 1.2 (2006.06.28)
- You can trigger dj-email-publish via xml-rpc clients(such as performancing) now.
- 1.1 (2006.05.09)
- 新增此頁,此頁將為此模組的永久網頁。
- 寄送時, title 處,遇到 dash 時,用空白取代。
- 管理端 Options/Email Publish 下,可設定三組 email.
- 1.0 (2006.04.14)
- 粗略的版本,原始發於自 動發布到 MSN Space
一些問題
- 設置電子信箱之後發表新文章的確可以發送到 xxxx◎gmail.com這個郵箱 但是卻不能同步發布在msn space上 這是為什麼呢?
- 請確定 msn space 上「設定」==> 「電郵發布」的以下選項
- 「開啟電郵發佈功能」是否開啟?
- 「輸入您的電子郵件地址」==> 限制可發布的郵件,特別注意是否寄出的 email address 和您想像的一樣,若您的 gmail 等其他信箱可以收信,檢查郵件的 Source 是否有其他郵件 address 來源,特別是 hosting web (比如 dreamhost.com),您的信箱可能是 xxxx@derjohng.com,但您可能要設成 xxxx@xxxx.dreamhost.com 才能成功。
- 「選擇是否要立即發佈您的內容」 ==> 預設是「草稿模式」,檢查是有設成「立即發布」?
- 另外,我目前測試的結果,就不知為什麼仍會有幾封送去 xxxx@gmail.com 成功的同時,送去 msn spaces 就是會不見。
- PHP 是不是要設 mail()? 是。但怎麼設呢?
- 請參考 這裡
, 簡單而言,就是修改 /etc/php.ini 裡的 [mail function] 設定,包括 - SMTP = localhost
- sendmail_from = me@localhost.com
- sendmail_path = /usr/sbin/sendmail -t -i
- 等..
















