Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Email is not being recieved when a question is answered

0 votes

Hi, I am the administrator of my website where I have installed the old version of Q2A.

I have checked the option - "To receive Email whenver a question is asked", but I do not receive the email.

Moreover whenever a question is asked the user doesnt recieves the amil that the question is answered.

Please can you tell me whats could be the problem.

Thanks

Himanshu

asked Nov 27, 2010 in Q2A Core by himanshu

1 Answer

+1 vote

Could be any number of things but probably your mail on your server is not working properly. First try a simply script using the PHP mail() function - http://php.net/manual/en/function.mail.php - if that doesn't work then it's a server problem.

Try contacting your host, particularly if you have shared hosting, they will likely help you sort it out. If you have a dedicated server you can install sendmail/postfix which worked for me.

answered Nov 29, 2010 by DisgruntledGoat