Welcome Guest, Not a member yet? Register   Sign In
[ASK] Sending email using YPOPS
#1

[eluser]Unknown[/eluser]
I just tried to work on tutorial from godbit.com. I tried to send email, it succeed, but it never delivered to the destination address. Anyone can help me? Thx

For info, i'm using ypops, already configure it, and change the smtp_port in php.ini to 26.

$this->load->library('email');
$this->email->from($email,$fname);
$this->email->to("chandra_oey@yahoo.com");
$this->email->subject('Seminar Registratioin');
$this->email->message($message);
$this->email->send();
#2

[eluser]Jeff Logan[/eluser]
Hi,

Normally the smtp port is 25. Could this be causing the problems or was it a typo?




Theme © iAndrew 2016 - Forum software by © MyBB