Page 1 of 1

I am unable to send email to anyone

Posted: 21 Nov 2006, 05:43
by vijaymanoharraog
Hello,
I am using mantis version 1.0.6, I have a problem, I am new to mantis, I have configured mantis to my present use, the problem is that I am unable to send any Email to anyone. Is it necessary to configure Mail server to send and receive mails. Anyone help me in this issue to resolve this problem.

this is error that I am getting while trying to create new users

PROBLEMS SENDING MAIL TO: jaganmohanvemula@gmail.com
Mailer Error: Could not instantiate mail function.


with regards,
vijay manohar rao. G

Posted: 21 Nov 2006, 08:49
by vboctor
Did you checkout the email configuration page in the manual?
http://manual.mantisbugtracker.com/manu ... .email.php

Posted: 19 Dec 2006, 07:26
by raavikalyan
vboctor wrote:Did you checkout the email configuration page in the manual?
http://manual.mantisbugtracker.com/manu ... .email.php
Even i have made change saccording to settings given by http://manual.mantisbugtracker.com/manu ... .email.php iam facing problem while sending mail to otherdomains rather than which i have given in php.ini and even i tried with smtp also there also iam facing same problem.iam using Windows 2003 server iam getting problem only with windows 2003 server It is working well in Xp operating System,Can any body tell any solution to this problem.

change to smtp

Posted: 11 Jan 2007, 23:42
by fitzy79
I had the same problem and found it was an error with php.

I just changed the method of delivery to smtp. (config_defaults_inc.php)

I change the $g_phpMailer_method = 2; line

gave a valid smtp server address, and username/password.
(ie $g_smtp_host, $g_smtp_username, $g_smtp_password)

should work. I believe the smtp server must allow relaying though.