Skip to content

Instantly share code, notes, and snippets.

@junias91
junias91 / send-emails-via-smtp.php
Created February 18, 2019 14:10 — forked from damiencarbery/send-emails-via-smtp.php
Sent WordPress emails with SMTP - Deliver emails reliably by using SMTP. Use a tiny streamlined plugin to keep things fast. https://www.damiencarbery.com/2019/01/send-wordpress-emails-with-smtp/
<?php
/*
Plugin Name: Send email via SMTP
Plugin URI: https://www.damiencarbery.com/2019/01/send-wordpress-emails-with-smtp/
Description: Send emails via SMTP.
Author: Damien Carbery
Version: 0.1
*/