Tag: wp_mail
Reconfigures WordPress email to use secure SMTP such as Gmail. Plugin options are accessible through the admin panel.
Log all calls to wp_mail() to a file wp-content/wp_mail_log for debugging.
Redirects all email sent through wordpress to the user currently logged in or the site administrator.
Version: 2.6
Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).
Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
Use an alternative mailer solution, other than PHPMailer in WordPress installations.
Email batcher that takes all the emails that would normally get sent out individually, compiles them into just one email, then sends it out once a day
Send mail in 5 different ways: PHP mail(), MX Zone, SMTP Relay, Command Line or POP before SMTP, also you can use your Gmail account to send mails.
RSS link for this tag.