I’m working on email functionality throughout the WordPress Multisites network that I am using. Recently, we also adopted a new transactional email solution through a company called Socket Labs. I will explain more why we transitioned from more popular solutions to Socket Labs in a later post.
To use the Socket Labs service with my websites, I installed their plugin. I was running into an issue with their plugin which actually revealed an issue with my code which appears to be employing a deprecated (obsolete) practice related to the wp_mail() function.
Continue reading “Removing the “From: ” Text in the Email Sender Field”