Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
2.1k views
in Q2A Core by

I tried with and without SMTP server. Same error, I'm using IIS 8.5

 

Question2Answer fatal error:

Could not send email confirmation

Stack trace:

require() in index.php:27
require() in qa-index.php:183
qa_get_request_content() in qa-page.php:819
require() in qa-page.php:203
qa_send_new_confirm() in confirm.php:50

 

Please help!

Q2A version: latest

2 Answers

0 votes
by
its not working seems like a bug

I have also tried no-reply@domain.com and smtp

none of them seem working

 

if you got some solution please share it
by
same issue occured. Please let me know how to correct it.
0 votes
by

This is a shot in the dark. I don't have your set up. Googling it:

"By default IIS doesn’t allow relaying SMTP mails if it comes from 3rd party products."

Solution here: http://www.ruhanirabin.com/php-sendmail-setup-with-smtp-iis-and-windows-servers/

The above link also has a stand-alone script to test mail without smtp.

 

...