Documentation
ABOUT
SmtpMailer is a plugin for the open-source web publishing software called Dotclear.
Simple SMTP mailer plugin.
This plugin is not completed and only fits my needs, use it at your own risk.
REQUIREMENTS
- Dotclear 2.33
- PHP 8.1+
- Access to config.php file.
USAGE
First install SmtpMailer, manualy from a zip package or from Dotaddict repository. (See Dotclear's documentation to know how do this)
This lines must be added to Dotclear config.php file:
define('SMTP_MAILER_HOST', 'your.mail.hoster.net');
define('SMTP_MAILER_USERNAME', 'abcdef');
define('SMTP_MAILER_PASSWORD', 'abcdef');
define('SMTP_MAILER_FROM', 'xyz@xyz.xyz');
define('SMTP_MAILER_STARTTLS', true);
LINKS
CONTRIBUTORS
- Jean-Christian Denis (author)
You are welcome to contribute to this code.
LICENCE
- This plugin uses PHPMailer under LGPL2.1 licence.