Hi guys
I'm trying to configure the email section for user registration.
I tried to use as SMTP the IP address of a local mailserver or the configuration of a Gmal account, however I get a message that the mail has been sent but I don't recive anything and there is not an error message.
I tested the configurations using this example and it's working
http://phpmailer.worxware.com/index.php?pg=examplebsmtp
How can I test what is going on?
If I use an invalid sender (for ex. test@@domain.com) the test page of worxware shows an error while PhpRunner does not.
Is it possible to activate the SMTPDebug in PhpRunner?
Thanks in advance