07-26-2011, 06:39 AM
[eluser]Volkscom[/eluser]
Hi,
I used smtp to send mail ,but it is not working. I set the email.php in config folder is
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'ssl://smtp.googlemail.com';
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] ='passs';
$config['smtp_port'] = '465';
$config['newline'] = '\r\n';
$config['mailtype'] ='html';
But it is not working.It shows the busy cursor only
What should I do?
Please help me. it is very urgent!...
Thanks in advance!....
Hi,
I used smtp to send mail ,but it is not working. I set the email.php in config folder is
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'ssl://smtp.googlemail.com';
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] ='passs';
$config['smtp_port'] = '465';
$config['newline'] = '\r\n';
$config['mailtype'] ='html';
But it is not working.It shows the busy cursor only
What should I do?
Please help me. it is very urgent!...
Thanks in advance!....