Page 1 of 1

Mail sending ver 1.1.8

Posted: 06 Mar 2010, 20:04
by Funch
Hi,
I have my config_inc.php like this:

Code: Select all

         $g_administrator_email	= 'xx@xxxx.dk';
	$g_webmaster_email 		= 'xxx@xxxx.dk';
	$g_from_email			= 'xxx@xxxx.dk';
	# the return address for bounced mail
	$g_return_path_email	= 'noreply@example.com';
	# the sender name, part of 'From: ' header in emails
	$g_from_name			= 'informations';
	$g_phpMailer_method		= 2;
	$g_smtp_host = 'smtp.gmail.com:465';
	$g_smtp_connection_mode = 'ssl';
	$g_smtp_username = 'xxx@xxxx.dk';
	$g_smtp_password = 'password';
	$g_email_send_using_cronjob = OFF;
I can't se any missing or any thing wrong

But none mail send, the user password is not comming out

HELP?