fettah666 Posted April 25, 2009 Posted April 25, 2009 Hello, I have a problem that I have spent the last two weeks on and just couldn't solve it. I have a contact us page on my website and none of the emails I write on it are sent. Here's the weird thing: if I write an email using the email address of my domain (aka [email protected]) THEN and only then the emails are sent. None of the others are sent. I dunno if that's relevant but I use yahoo hosting but maybe my contact_us page isn't properly coded? Please help! Thanks Fettah
fettah666 Posted April 25, 2009 Author Posted April 25, 2009 To be clearer, it is the form that the customers should use to contact me that isn't working properly. They must enter their name, their email address and then their questions. None of the emails I used worked since I never received an email saying "xxx is contacting you" and the ONLY times I get them is when I use the email I entered in the configuration panel of my website. Thanks
spooks Posted April 25, 2009 Posted April 25, 2009 code I`ve used is tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, 'New Review Submitted', 'A new review has been submitted for approval, please log in and check.', $name, $email); where $name & $email are those provided Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
fettah666 Posted April 25, 2009 Author Posted April 25, 2009 Hello Spooks and thank you for your help. What do you mean by "where $name & $email are those provided"? Also, this isn't about people reviewing products but people who want to contact me to ask questions about an item.
spooks Posted April 26, 2009 Posted April 26, 2009 as in $name = tep_db_prepare_input($_POST['name']); why worry where it came from!! just change the text!!!! Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.