Welcome Guest, Not a member yet? Register   Sign In
invalid email should return to the sender email
#2

[eluser]InsiteFX[/eluser]
Code:
echo $this->email->print_debugger();

// send and check email for errors!
if ( ! $this->email->send())
{
    // show an error message
}
You could also check to see if the email address is valid before calling email_send!

InsiteFX


Messages In This Thread
invalid email should return to the sender email - by El Forum - 04-10-2011, 06:17 AM
invalid email should return to the sender email - by El Forum - 04-10-2011, 11:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB