內容簡介
總結:這個外掛程式是用來使用S/MIME憑證對所有外發電子郵件進行簽名的。它使用phpmailer自動對郵件進行簽名。使用此外掛程式需要具備以下先決條件:
1. 這個外掛程式適用於單一使用者的WordPress網站,例如個人博客。如果放在多用戶網站中會發生什麼情況尚不明確。
2. 建議使用PHP 8.3及以上版本。請確保您的PHP已安裝openssl擴展,通常默認安裝。
3. 您應該使用另一個外掛程式,如FluentSMTP,通過外部SMTP服務器發送電子郵件。
問題與答案:
1. 這個外掛程式的主要功能是什麼?
- 答:這個外掛程式用於對所有外發郵件使用S/MIME憑證進行簽名。
2. 這個外掛程式使用哪個工具來自動簽名郵件?
- 答:它使用phpmailer來自動簽名郵件。
3. 使用這個外掛程式需要哪些先決條件?
- 答:使用這個外掛程式需要確保您的WordPress網站是單一使用者站點,建議使用PHP 8.3及以上版本,並確保PHP已安裝openssl擴展;同時建議使用另一個外掛程式,如FluentSMTP,來通過外部SMTP服務器發送郵件。
外掛標籤
開發者團隊
原文外掛簡介
This plugin is for signing all outbound emails with an S/MIME certificate.
It uses phpmailer to automatically sign emails. Here are the prerequisites to use this plugin:
* This plugin is for single-user WordPress site, such as a personal blog. I don’t know what will happen if you put it in a multi-user site.
* PHP 8.3 and above are recommended. Make sure your PHP has openssl extension, which is usually installed by default.
* You should use another plugin, such as FluentSMTP, to send emails through an external SMTP server.
