Welcome Guest, Not a member yet? Register   Sign In
email problem
#1

[eluser]C_Line[/eluser]
i send email to yahoo and the link can be click
but when i send to hotmail, the link unclickable

heres my code
Code:
$message =
"Untuk mengaktifikasikan account anda pada Sinar Jaya Online, klik link dibawah ini
{unwrap}".base_url()."index.php/main/aktivasi_account/".$regis_id."{/unwrap}";


my config
$config = array(
    'protocol' => 'smtp',
    'smtp_host' => 'ssl://smtp.mail.yahoo.com',
    'smtp_port' => 465,
'smtp_timeout' => 10,
    'smtp_crypto' => 'ssl',
"smtp_user" => "[email protected]",  
"smtp_pass" => "xxx",
    'mailtype'  => 'text',
'charset'   => 'utf-8',
'newline' => "\r\n"
);  
$this->email->initialize($config);

thx for help


Messages In This Thread
email problem - by El Forum - 08-01-2012, 05:01 AM
email problem - by El Forum - 08-01-2012, 05:25 AM
email problem - by El Forum - 08-01-2012, 05:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB