Ask Don’t Analyze
This little gem came to me a few days back: Ask, Don’t Analyze. I’ve found that brief, succinct statements like this often hold the most power. Like a mantra, they interrupt my standard patterns of thought and behavior.
add_action('phpmailer_init', function($phpmailer) { if (strpos($phpmailer->From, 'lamccauley.com') !== false) { $phpmailer->Sender = 'laurie@lamccauley.com'; } });
This little gem came to me a few days back: Ask, Don’t Analyze. I’ve found that brief, succinct statements like this often hold the most power. Like a mantra, they interrupt my standard patterns of thought and behavior.