no emails are sent

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
odelyaholiday

no emails are sent

Post by odelyaholiday »

Hi!

I am hosting my site at godaddy.com

My definitions are:

$g_enable_email_notification = ON;
$g_use_phpMailer = ON;
$g_phpMailer_method = 2;#’PHPMAILER_METHOD_SMTP’;
$g_smtp_host = 'relay-hosting.secureserver.net'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = ''; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = ''; # used with PHPMAILER_METHOD_SMTP


However I get no emails!

I called godaddy and they said that there is something wrong with the script to send emails in mantis.

How can I see what is the problem?

Is there a way to configure logs?
atrol
Site Admin
Posts: 8576
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: no emails are sent

Post by atrol »

Please use Search before posting and read the Manual
odelyaholiday

Re: no emails are sent

Post by odelyaholiday »

Hi!

I tried the following :

$g_allow_signup = ON; //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'relay-hosting.secureserver.net';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_smtp_username = ''; //replace it with your gmail address
$g_smtp_password = ''; //replace it with your gmail password
$g_administrator_email = 'support@gayasystems.info'; //this will be your administrator email address

but it didn't work!

I spoke to go daddy who told me that the smtp is relay-hosting with no need for username and password!
Post Reply