I´m very new on Mantis. I´ve installed it on a WinXP system using IIS and it is working fine, except for the fact that I cannot send any emails.
I have searched on the web for help, and tried many things, but could not get it to work.
I´ve tried (without any success):
1) using mail():
- on config_inic.php: $g_phpMailer_method = 0
on class.phpmailer.php: var $Mailer = "mail"
- Testing Mail - PROBLEMS SENDING MAIL TO: xxx@xxxx.xxx
Mailer Error: Could not instantiate mail function.
- on config_inic.php: $g_phpMailer_method = 1
on class.phpmailer.php: var $Mailer = "sendmail"
- Testing Mail - PROBLEMS SENDING MAIL TO: xxx@xxxx.xxx
Mailer Error: Could not execute:
Can anyone give me some tips, please?
Thanks