Not Able to receive email

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
adsizzler
Posts: 1
Joined: 22 Jul 2014, 18:32

Not Able to receive email

Post by adsizzler »

Hi,

I am not ab;e to receive email notofication. Below is my cong

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'XXXX';
$g_db_username = 'XXXX';
$g_db_password = 'XXXX*';


$g_phpMailer_method = PPHPMAILER_METHOD_SMTP; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'smtp.gmail.com'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = 'carsizzler@gmail.com'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = 'XXXX'; # used with PHPMAILER_METHOD_SMTP
$g_administrator_email = 'ranjeet@adsizzler.com';
$g_webmaster_email = 'ranjeet@adsizzler.com';
$g_from_email = 'carsizzler@gmail.com'; # the "From: " field in emails
$g_return_path_email = 'carsizzler@gmail.com'; # the return address for bounced mail
$g_from_name = 'Adsizzler Bug Tracker';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 587;
$g_enable_email_notification = ON;
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;

?>

Please help to solve this.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Not Able to receive email

Post by atrol »

Please use Search before posting and read the Manual
Post Reply