email sending issue mantis 1.0.0rc1

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
bowman

email sending issue mantis 1.0.0rc1

Post by bowman »

Hi,
i've got troubles to send and receive emails when creating accounts :
so i don't get the password sent to the new user.
the error i got is :
SENDING MAIL TO: me@mydomain.com
Mailer Error: Could not instantiate mail function.

what do i have to do to configure it right?

i'm using : mantis 1.0.0rc1, win2000, apache, php 5, mysql 4.1.9 and phpmyadmin 2.6.1

thx for ur help !
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This indicates that the version of php you are running does not have it's mail function set up properly.

One fix is to use the SMTP functionality of phpmailer to use another machine. You need to set "$g_phpMailer_method = 2;" and "$g_smtp_host" to a host with a properly configured mailer. You may also need to set "$g_smtp_username" and "$g_smtp_password" is the mailer requires authorization.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
bowman

solved

Post by bowman »

i did several things that may have solved my issue (i was using easing php and turned to a real apache, php, mysql, phpmyadmin instead of this built in solution), but the one which (i think) solved it is :
i edited my php.ini in order and filled it with a real smtp server (i'm running a win2k machine so no smtp by default here) and it worked well.
thanks for your help !
bowman
Post Reply