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 example@myhost.com, while i want it to be example@site.com, 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. Quote Link to comment 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 webmaster@website.com Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.