Forum Moderators: coopster
I am using a PHP template for a classifieds site. I edited the config file, and it will not send verification emails, and if I try to send an email to a poster, that email does not arrive either.
Here are the snippets of the config file that I think are the most relevant. What format should I put the email address in? What part of the system is actually sending the email (i know, i am new at this, please forgive me) the text you see are the placeholders given.
// Site email address
$site_email = "site@localhost";
// From address to use for mails sent using the contact form
$contactmail_from = "forward@localhost";
Any help would be appreciated!
I tried putting in a domain email address - Before (when i didnt even have a full email address listed) the system came back with the message "An email verification has been sent" After I added an email address matching the domain, it says:
Error sending confirmation mail
does it matter that my email nameservers are with google apps and my database is somewhere else? or is it just checking that domain matches (for spam reasons)? I know my questions are really dumb. nowhere in the config file does it ask for email login info - should it?
I am an adwords person - not a php person. will exchange advice if you need any adwords help, former googler here. (NOT a programmer, obvsly.)
thanks!