开发者 | coffee2code |
---|---|
更新时间 | 2024年7月23日 06:30 |
捐献地址: | 去捐款 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
).Most likely, no. Not unless you have a preference for having your mail sent out via a different SMTP server, such as Gmail.
Check out the settings for your local email program. More than likely that is configured to use an outgoing SMTP server. Otherwise, read through documentation provided by your host or contact them (or someone more intimately knowledgeable about your situation) directly.
If your settings worked, you should receive the test email at the email address associated with your WordPress site user account. That email contains a timestamp which was reported to you by the plugin when the email was sent. If you are trying out various setting values, be sure to record what your settings were and what the timestamp was when sending with those settings.
SMTP Error: Could not connect to SMTP host.
?There are a number of reasons you could be getting this error:
SMTP Error: Could not authenticate.
?The connection to the SMTP server was successful, but the credentials you provided (username and/or password) are not correct. Bear in mind these credentials are likely unrelated to the ones you use to log into your site.
Yes.
get_instance()
static method for returning/creating singleton instance.__clone()
and __wakeup()
).SETTING_NAME
(to store setting name) and use it in uninstall()
.activation()
and uninstall()
static.options_page_description()
, match method signature of parent class.