Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
338 views
in Q2A Core by
What email Service question2answer.org use? Does it use local PHP mail or SMTP.
Q2A version: 1.8.6

1 Answer

0 votes
by

From the code qa-include/app/emails.php, it appears Q2A uses PHPMailer.

It does not require a local mail server.  But if you select SMTP, then it uses the sendmail binary to send the mail to the configured server.

Check this page for doc and troubleshooting:

GitHub - PHPMailer/PHPMailer: The classic email sending library for PHP

...