1

Topic: Forum not sending mails

I don't know why but the forum is not sending mails (ie: subscription to topics)
mail() function on the server is working. No SMTP defined on forum config.
How can i debug this?

Thanks

2

Re: Forum not sending mails

I got the same problem. Didn't really look into it yet

Re: Forum not sending mails

For sending e-mail function "forum_mail" is used ("include/email.php"). If you don't use SMTP server, check result value of function mail() (Line 105 in "include/email.php").

4 (edited by chali 2008-12-17 14:49)

Re: Forum not sending mails

But what could I do with that?
I think I'm not even reaching the line