ct355 Posted September 17, 2008 Share Posted September 17, 2008 so i have a registration email that gets sent out and the email is being sent from [email protected], while i want it to be [email protected], im assuming this is something i can fix in mysql, but i could be wrong and it could be a php thing. sorry for registering when i dont plan on contributing anything, but i googled forever and couldnt find anything. Link to comment https://forums.phpfreaks.com/topic/124595-default-outgoing-email-address/ Share on other sites More sharing options...
peranha Posted September 17, 2008 Share Posted September 17, 2008 I dont think it is mysql. If you are using apache, I believe this is what you want. Look for a line that says this in the config file. ServerAdmin [email protected] Link to comment https://forums.phpfreaks.com/topic/124595-default-outgoing-email-address/#findComment-643527 Share on other sites More sharing options...
PFMaBiSmAd Posted September 17, 2008 Share Posted September 17, 2008 Are you providing a From: email address header when you use the mail() function? Show us what you are doing in your code. Link to comment https://forums.phpfreaks.com/topic/124595-default-outgoing-email-address/#findComment-643654 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.