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?
no emails are sent
Moderators: Developer, Contributor
-
odelyaholiday
Re: no emails are sent
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!
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!