该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

MailBase

描述

Use a custom mail server to send mails in WP. This way you can also send emails when testing on your local server. Make sure to follow us on Twitter for updates and more.

屏幕截图

安装

This section describes how to install the plugin and get it working.

  1. Upload mailbase to the /wp-content/plugins/ directory
  2. Open the file /wp-content/plugins/mailbase/mailbase.php and scroll down untill you find the private static options array. Here you fill in the information to connect too your mail server you want to use.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to Settings > MailBase and configure the plugin with your mail server settings

常见问题

Can I use GMail as mail server?

Yes, that is possible. To do this you using the following configuration: From email : email@mysite.com From name : Your Name SMTP Host : smtp.gmail.com SMTP Port : 465 SMTP Secure : true Auth : true Auth username : gmail email address Auth password : gmail password

You only need to change From email, form name, Auth username and auth password.

评价

此插件暂无评价。

贡献者及开发者

「MailBase」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「MailBase」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.9

  • Added an easy to use admin panel

0.1

  • Initial version