Welcome Guest, Not a member yet? Register   Sign In
Bug In Email Library
#1

[eluser]Hiden Soft[/eluser]
Hi . Please Look at this code Smile

Code:
$this->load->library('email');

$this->email->from('[email protected]', 'Your Name');
$this->email->to('[email protected]');
$this->email->cc('[email protected]');
$this->email->bcc('[email protected]');

$this->email->subject('Email Test');
$this->email->message('Testing the email class.');

$this->email->send();

echo $this->email->print_debugger();
this is example code for sending mail .. you can see it from THIS LINK

i use this .. but i have one ERROR
this ERROR ->
Code:
A PHP Error was encountered

Severity: Warning

Message: mail() [function.mail]: SMTP server response: 500 <"Your Name" <[email protected]>> is not a valid email

Filename: libraries/Email.php

Line Number: 1328

Please Help Me .. I Need To Sending Mail With CI :down:


Messages In This Thread
Bug In Email Library - by El Forum - 11-14-2007, 12:58 PM
Bug In Email Library - by El Forum - 11-14-2007, 01:03 PM
Bug In Email Library - by El Forum - 11-14-2007, 01:08 PM
Bug In Email Library - by El Forum - 11-14-2007, 01:14 PM
Bug In Email Library - by El Forum - 11-14-2007, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB