I can't get mail to send at all
Posted: 21 Mar 2005, 18:59
I have noticed A LOT of posts that specify that mail can't be sent using mantis/phpmailer. I installed mantis instead of bugzilla because bugzilla looked like a pain in the a** to install on windows.
But since I have spent 5 hours trying to get a stupid email to send, maybe bugzilla would have been a better choice.
Does no one have a solution to the email? I am already setting the right settings in the config_defaults_inc.php so please don't tell me to do that.
when I set
it doesn't work. gives this error:
when I set
it says it is configured properly but I get no email notifications
same with
This is driving me crazy and I guess I need to just install bugzilla
But since I have spent 5 hours trying to get a stupid email to send, maybe bugzilla would have been a better choice.
Does no one have a solution to the email? I am already setting the right settings in the config_defaults_inc.php so please don't tell me to do that.
when I set
Code: Select all
$g_phpMailer_method = 0Code: Select all
Testing Mail - PROBLEMS SENDING MAIL TO:
Mailer Error: Could not instantiate mail function.when I set
Code: Select all
$g_phpMailer_method = 1same with
Code: Select all
$g_phpMailer_method = 2