Help needed on sending emails

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
gajakesari
Posts: 1
Joined: 25 May 2007, 11:46

Help needed on sending emails

Post by gajakesari »

Hi,
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"
and I get:
  • Testing Mail - PROBLEMS SENDING MAIL TO: xxx@xxxx.xxx
    Mailer Error: Could not instantiate mail function.
2) using sendmail:
  • on config_inic.php: $g_phpMailer_method = 1
    on class.phpmailer.php: var $Mailer = "sendmail"
and I get:
  • Testing Mail - PROBLEMS SENDING MAIL TO: xxx@xxxx.xxx
    Mailer Error: Could not execute:
I know something is missing, but I don´t know what.
Can anyone give me some tips, please?
Thanks
zakman
Posts: 18
Joined: 04 Mar 2007, 21:16
Location: Cairo, Egypt

Post by zakman »

Try to Use SMTP method, by fill the following

$g_phpMailer_method = 2;
$g_smtp_host= ' ';
$g_smtp_username = ' ';
$g_smtp_password = ' ';
Best Regards,
ZakMan
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

What is the Mantis version?
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply