开发者 | fabioperrella |
---|---|
更新时间 | 2015年9月21日 19:16 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 4.2.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
smtp_locaweb
folder to the /wp-content/plugins/
directory or install directly through the plugin installerSettings -> SmtpLocaweb
and configure the plugin with your account detailsYour web server may not allow outbound SMTP connections on port 465 for secure connections or 587 for unsecured connections. Try changing Use Secure SMTP
to "No" or "Yes" depending on your current configuration and testing again.
Your sender email should be authorized in SMTP Locaweb, you can authorize visiting the admin panel in https://smtplw.com.br/panel/settings/emails
Yes, using the following constants that can be placed in wp-config.php:
SMTP_LOCAWEB_USERNAME Type: string SMTP_LOCAWEB_PASSWORD Type: string SMTP_LOCAWEB_SECURE Type: boolean SMTP_LOCAWEB_FROM_EMAIL Type: string SMTP_LOCAWEB_FROM_NAME Type: string