I need to change my default "from" address when WordPress sends email using sendmail (assuming WordPress DOES use sendmail to email database backups and system messages?)
I need to change it to:
/usr/sbin/sendmail -t -i -fmyname@emailprovider.com
Exactly like that.
Where is this sendmail path variable defined?