
內容簡介
此外掛為多站網路而設計,您可以在 wp-config.php 檔案中定義所有變數,且這些變數將對多站網路中所有網站生效。因此,這不是一個逐個網站進行設定的外掛。您也可以在單一的 WordPress 安裝中安裝它,它也能完美運作。但如果您安裝在多站網路上,只能以網路啟動!
此外掛可與所有 SMTP 伺服器和服務配合使用,如 Mailgun、SendGrid、Mandrill、Amazon SES 等。
必要變數:
SURBMA_SMTP_HOST – 外部 SMTP 伺服器。
SURBMA_SMTP_USER – SMTP 帳戶的使用者名稱。
SURBMA_SMTP_PASSWORD – SMTP 帳戶的密碼。
選擇性變數:
SURBMA_SMTP_PORT – SMTP 伺服器的埠號。
SURBMA_SMTP_SECURE – 如有必要,選擇 SSL 或 TLS。
SURBMA_SMTP_FROM – 所有發出的電子郵件的寄件者電子郵件地址。
SURBMA_SMTP_FROMNAME – 所有發出的電子郵件的寄件者姓名。
範例配置:
define('SURBMA_SMTP_HOST','smtp.mailgun.org');
define('SURBMA_SMTP_USER','[email protected]');
define('SURBMA_SMTP_PASSWORD','bb2b************************4133');
您可以在“筆記本按鈕下”之前的任何位置放置這些行。
您想貢獻或協助改善此外掛嗎?
您可以在 GitHub 上找到它:https://github.com/Surbma/surbma-smtp
您可以在 GitHub 上找到我的其他外掛和專案:
https://github.com/Surbma
歡迎您為我的外掛、佈景主題和其他專案貢獻、協助或提出新特色建議。
想要了解更多關於我的資訊嗎?
請訪問我的網頁:Surbma.com
外掛標籤
開發者團隊
原文外掛簡介
This plugin is created especially for Multisite Networks. You can define all variables in the wp-config.php file and it will be valid for all sites in a Multisite. So this is not for a site-by-site configuration plugin. You can install it on a single WordPress install also and it will work perfectly. But if you install it in a Multisite Network, you can only network activate it!
This plugin is working with all SMTP servers and services, like Mailgun, SendGrid, Mandrill, Amazon SES and others.
Required variables:
SURBMA_SMTP_HOST – External SMTP server.
SURBMA_SMTP_USER – User for the SMTP account.
SURBMA_SMTP_PASSWORD – Password for the SMTP account.
Optional variables:
SURBMA_SMTP_PORT – Port number for the SMTP server.
SURBMA_SMTP_SECURE – Choose SSL or TLS, if necessary for your SMTP server.
SURBMA_SMTP_FROM – From email address for all outgoing emails.
SURBMA_SMTP_FROMNAME – From name for all outgoing emails.
Example configuration:
define('SURBMA_SMTP_HOST','smtp.mailgun.org');
define('SURBMA_SMTP_USER','[email protected]');
define('SURBMA_SMTP_PASSWORD','bb2b************************4133');
You can put these lines everywhere before the line, that says: “That’s It. Pencils down”
Do you want to contribute or help improving this plugin?
You can find it on GitHub: https://github.com/Surbma/surbma-smtp
You can find my other plugins and projects on GitHub:
https://github.com/Surbma
Please feel free to contribute, help or recommend any new features for my plugins, themes and other projects.
Do you want to know more about me?
Visit my webpage: Surbma.com
