meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
plugin:smtp2go [2017/11/29 08:35] – [Settings page] duncanc | plugin:smtp2go [2024/05/20 00:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== SMTP2GO ====== | ||
+ | ---- plugin ---- | ||
+ | |||
+ | description: | ||
+ | author | ||
+ | compatible : 3.3.1 | ||
+ | |||
+ | sourcerepo : https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | This plugin sends email through SMTP2GO using its API. Once you have enabled the plugin then phplist will send all emails, campaigns and system emails, using the plugin. | ||
+ | |||
+ | To revert to using either the php mail() function or an SMTP server, as specified in the config.php file, you should disable the plugin. | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | See the README file on the GitHub page https:// | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | |||
+ | |||
+ | ==== Settings page ==== | ||
+ | |||
+ | When you have enabled the plugin there will be a SMTP2GO group on the Settings page where you can configure the plugin. | ||
+ | |||
+ | <WRAP center round box 60%> | ||
+ | |||
+ | {{: | ||
+ | </ | ||
+ | |||
+ | Copy the API key value from the API Keys page within your SMTP2GO account. | ||
+ | <WRAP center round box 60%> | ||
+ | |||
+ | {{: | ||
+ | </ | ||
+ | |||
+ | ==== Send rate ==== | ||
+ | |||
+ | The plugin does not handle the sending rate, which is done by core phplist as for any other method of sending emails. You should set the throttle, batch size, etc to meet any limit set by SMTP2GO. | ||
+ | ===== Usage ===== | ||
+ | |||
+ | After enabling the plugin all emails will be sent through MAIL2GO. If any errors occur when sending, or SMTP2GO rejects any email, then the plugin will write to the event log. You should therefore check the event log after sending a campaign to see whether there were any errors. | ||
+ | |||
+ | |||
+ | ===== Support ===== | ||
+ | Please raise any questions or problems in the user forum https:// |