by Lakshmi Vijayakumar | Nov 19, 2018 | Server Management, WordPress
WordPress website owners prefer the built-in “wp_mail()” function, because they can send emails easily. But, sometimes wp_mail() function doesn’t work properly due to server security restrictions, IP blacklists, etc. “My wp_mail() function not...
by Visakh S | Oct 24, 2018 | Server Management, WordPress
WordPress uses a PHP function called “mail()” to send emails from contact forms, blog comments and store orders. This functions well in most sites, but in some server configurations, this default mode of mail configuration won’t work. That is where...