07-13-2007, 07:07 AM
[eluser]Unknown[/eluser]
$this->email->clear();
$this->email->to($address);
$this->email->from($from2 , 'WebMaster');
$this->email->subject('Membership Purchased');
$this->email->message($body_admin);
$this->email->send();
I'm Using this code to send email . it's working fine with all the address but i'm not able to receive email from rediffmail.com
$address is the address of the person at receiving end.
Please let me know why this is so?????????????????
$this->email->clear();
$this->email->to($address);
$this->email->from($from2 , 'WebMaster');
$this->email->subject('Membership Purchased');
$this->email->message($body_admin);
$this->email->send();
I'm Using this code to send email . it's working fine with all the address but i'm not able to receive email from rediffmail.com
$address is the address of the person at receiving end.
Please let me know why this is so?????????????????