"From" field on emails
-
Using the instructions at https://xnau.com/sending-an-email-when-a-record-is-updated/, I created the plugin to send emails on update. It sends emails as specified TO a field in the database, and the SUBJECT and MESSAGE are both as specified in the plugin.
Using “[email protected],” I can’t seem to override the FROM email address, however, and I can’t figure out where it’s picking it up or why it’s stuck. I’ve tried these things, and the email address never changes:
? Changed Settings > General > Email Address from [email protected] to [email protected].
? Changed User > Your Profile > EMail from [email protected] to [email protected].
? Deactivated Contact Form 7 and all other plugins which use email for any purpose at all.
? Changed all instances of [email protected] to [email protected] throughout back-end settings of Participants Database plugin.
? Turned off all email notifciations in Participant Database plugin, except those explicitly defined in the plugin.
? Tried logging in as a different, NON Admin user whose username has always been associated with a different email address.
? In the plugin, I’ve tried specifying the email
$from = 'Your Website <[email protected]>';
and'from' => $from,
; and not specifying the From email address at all.I’m stuck. Help?
- The topic ‘"From" field on emails’ is closed to new replies.