WooCommerce BCC Completed Orders Email

Adding an audit trail to WooCommerce completed orders emails is a fairly easy task. We can achieve this by employing the filter woocommerce_email_headers and adding in a check for the object name customer_completed_order. ** This will work for WooCommerce version less than or equal to 2.2 **

** For WooCommerce version 2.3 and above […]

Read More…

Sending WordPress Emails Using SMTP

Sending WordPress emails using SMTP is pretty straight forward so rather than using a plugin we can insert a small snippet to do the same thing.  All you need for sending WordPress emails via SMTP are your mail server credentials such as username, password and server address. The WordPress email function wp_mail is essentially a […]

Read More…

Disable WordPress Comment Notification Emails

wordpress comment notification email

As an administrator on various sites I was getting tired of receiving comment notification emails for websites.  According to the WordPress support page comment notification email, administrators receive comment notifications for all posts.  This was not sitting well with me and my email box was starting to fill up with spam approval notices!   WordPress […]

Read More…