[eluser]Unknown[/eluser]
Hello... Today after research so mucho and spend all the day... I'm hosting with justhost, and It's seem that the hosting make you to write the mail with a valid mail from the domain... check the way to config a client from your mail server and that's it
my domain is xinerk.net
$config['protocol']='smtp';
$config['smtp_host']='mail.xinerk.net';
$config['smtp_port']='26';
$config['smtp_user']='
[email protected]';
$config['smtp_pass']='L1fq...';
$config['validate'] = 'false';
$config['wordwrap'] = TRUE;
$config['mailtype']="html";
$config['charset']='utf-8';
$config['newline']="\r\n";
$config['alt_message']="Mensaje de SiSP";
$config['crlf'] = "\r\n";
$config['newline'] = "\r\n";
$config['smtp_timeout']='30';