swiftmail plugin by Andreas Gohr
This plugin uses the SwiftMailer class to send DokuWiki mails and supports using a remote SMTP (with optional auth) without relying on PHP's mail() function
Last updated on 2009-08-08. Provides Action.
Compatible with DokuWiki 2009-12-25+.
This plugin replaces the way how DokuWiki sends emails. Instead of relying on PHP's built-in mail function, it uses the SwiftMailer library. This is especially useful when configuring PHP for sending mails is complicated (Windows) or not possible. SwiftMail is included in the plugin and needs not to be downloaded separately.
Download and install the plugin using the Plugin Manager using the download link given above. Refer to Plugins on how to install plugins manually.
All config options can be set in the configuration manager under the “Swiftmail Plugin Settings” section (see screenshot). Additionally you need to set up the mailfrom option.
When the last option is enabled the whole SMTP session will be printed directly to the screen when sending the mail fails.