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
I am unable to send email to anyone
Moderators: Developer, Contributor
Did you checkout the email configuration page in the manual?
http://manual.mantisbugtracker.com/manu ... .email.php
http://manual.mantisbugtracker.com/manu ... .email.php
-
raavikalyan
- Posts: 3
- Joined: 08 Dec 2006, 11:21
- Contact:
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.vboctor wrote:Did you checkout the email configuration page in the manual?
http://manual.mantisbugtracker.com/manu ... .email.php
Kalyan
change to smtp
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.
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.