Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
430 views
in Q2A Core by

When user try to verify email, after tapping confirm button in mysite.com/confirm, it says-

Question2Answer fatal error:

Could not send email confirmation

Stack trace:

require() in index.php:27
require() in qa-index.php:188
qa_get_request_content() in qa-page.php:47
require() in page.php:183
qa_send_new_confirm() in confirm.php:62

how to solve it? please help him. Email confirmation code is not sending 

Q2A version: 1.8.5
by
+3
qa_send_new_confirm() invokes qa_send_notification() from the file qa-include/app/emails.php and returns the error if that function call fails. You need to debug what exactly in the called function goes wrong.

Also, what does the mail setup of that site even look like?
by
+1
This is old. I do not know if have already solved this problem, but I had a similar problem in my site. The number of email confirmations that the server needed to  send was larger than the allowed by the server. This happened due to the larger number of bots registration. When I tried to control the bots access to the web site the problem was solved.

Please log in or register to answer this question.

...