php - Mail not sending using tank_auth in localhost -


i using tank auth , sending mail not working me. checking forgot password. tried lot, referring various posts regarding same. nothing worked me. using zohomail. following code have tried far.

i have added following config/email.php

$config['protocol']='smtp'; $config['smtp_host']='ssl://smtp.zoho.com';  $config['smtp_port']='465'; $config['smtp_timeout']='30'; $config['smtp_user']='myemail';  $config['smtp_pass']='mypass';  $config['charset']='utf-8'; $config['newline']='\r\n'; 

no other changes file made. output getting following:

220 mx.zohomail.com smtp server ready march 10, 2014 12:35:17 pdt   hello: 250-mx.zohomail.com hello localhost (61.3.161.53 (61.3.161.53)) 250-auth login plain 250 size 25000000 from: 250 sender  ok to: 250 recipient  ok data: 354 ok send data ending .  following smtp error encountered:  unable send email using php smtp. server might not configured send mail using method. user-agent: codeigniter date: mon, 10 mar 2014 13:05:15 +0530 from: "nos-7094" <wm@nnnn.com> return-path: <wm@nnnn.com> reply-to: "nos-7094" <wm@nnnn.com> to: myemail.com subject: =?utf-8?q?forgot_your_password_on_nos-7094=3f?= x-sender: wm@nnnn.com x-mailer: codeigniter x-priority: 3 (normal) message-id: <531d6b335db13@nnnn.com> mime-version: 1.0   content-type: multipart/alternative; boundary="b_alt_531d6b335db5e"  multi-part message in mime format. email application may not support format.  --b_alt_531d6b335db5e content-type: text/plain; charset=utf-8 content-transfer-encoding: 8bit  hi user,  forgot password, huh? no big deal. create new password, follow link:  http://localhost/workspace/project/index.php/auth/reset_password/1/95e4b28205efe5da5da2c6a7f625b58c  received email, because requested n-7094 user. part of procedure create new password on system. if did not request new password please ignore email , password remain same.   thank you, n-7094 team   --b_alt_531d6b335db5e content-type: text/html; charset=utf-8 content-transfer-encoding: quoted-printable  <!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.= w3.org/tr/html4/loose.dtd"> <html> <head><title>create new password on nos-7094</title></head> <body> <div style=3d"max-width: 800px; margin: 0; padding: 30px 0;"> <table width=3d"80%" border=3d"0" cellpadding=3d"0" cellspacing=3d"0"> <tr> <td width=3d"5%"></td> <td align=3d"left" width=3d"95%" style=3d"font: 13px/18px arial, helvetica,=  sans-serif;"> <h2 style=3d"font: normal 20px/23px arial, helvetica, sans-serif; margin: 0= ; padding: 0 0 18px; color: black;">create new password</h2> forgot password, huh? no big deal.<br /> create new password, follow link:<br /> <br /> <big style=3d"font: 16px/18px arial, helvetica, sans-serif;"><b><a href=3d"= http://localhost/workspace/project/index.php/auth/reset_password/1/95e4b2820= 5efe5da5da2c6a7f625b58c" style=3d"color: #3366cc;">create new password</a= ></b></big><br /> <br /> link doesn't work? copy following link browser address bar:<br = /> <nobr><a href=3d"http://localhost/workspace/project/index.php/auth/reset_pas= sword/1/95e4b28205efe5da5da2c6a7f625b58c" style=3d"color: #3366cc;">http://= localhost/workspace/project/index.php/auth/reset_password/1/95e4b28205efe5da= 5da2c6a7f625b58c</a></nobr><br /> <br /> <br /> received email, because requested <a href=3d"http://lo= calhost/workspace/project/index.php" style=3d"color: #3366cc;">nos-7094</a> = user. part of procedure create new password on system.=  if did not request new password please ignore email , yo= ur password remain same.<br /> <br /> <br /> thank you,<br /> n-7094 team </td> </tr> </table> </div> </body>     </html>  --b_alt_531d6b335db5e-- 

please me send mail.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -