<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7941649201836774330</id><updated>2011-07-08T21:02:09.725+05:30</updated><category term='send'/><category term='mail'/><category term='smtp'/><category term='to'/><category term='sendmail'/><category term='php'/><category term='bcc'/><title type='text'>tech solutions</title><subtitle type='html'>solution for php, javascript &amp;amp; ajax</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techsolutions1.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7941649201836774330/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techsolutions1.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>php hub</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7941649201836774330.post-4809364377261296686</id><published>2009-06-20T21:15:00.004+05:30</published><updated>2009-06-20T21:44:17.863+05:30</updated><title type='text'>PHP Send Email Using PEAR</title><summary type='text'>require_once "Mail.php";$host = 'host name of smtp for local system localhost is used';$recipients = 'email addresses of all to, cc &amp; bcc recipients';$headers = array ('From' =&gt; 'sender',    'To' =&gt; 'emails adresses for to field',    'Bcc' =&gt; '',    'Subject' =&gt; 'email subject',    'Reply-To' =&gt; '',    'MIME-Version' =&gt; '1.0',    'Content-Type' =&gt; 'text/html; charset=UTF-8',    '</summary><link rel='replies' type='application/atom+xml' href='http://techsolutions1.blogspot.com/feeds/4809364377261296686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techsolutions1.blogspot.com/2009/06/php-send-email-using-pear.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7941649201836774330/posts/default/4809364377261296686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7941649201836774330/posts/default/4809364377261296686'/><link rel='alternate' type='text/html' href='http://techsolutions1.blogspot.com/2009/06/php-send-email-using-pear.html' title='PHP Send Email Using PEAR'/><author><name>php hub</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7941649201836774330.post-5851566856742759099</id><published>2009-06-19T21:49:00.006+05:30</published><updated>2009-06-20T21:35:01.726+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='smtp'/><category scheme='http://www.blogger.com/atom/ns#' term='sendmail'/><category scheme='http://www.blogger.com/atom/ns#' term='to'/><category scheme='http://www.blogger.com/atom/ns#' term='mail'/><category scheme='http://www.blogger.com/atom/ns#' term='bcc'/><category scheme='http://www.blogger.com/atom/ns#' term='send'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP Send Email Using SMTP</title><summary type='text'>include("Mail.php");/* mail setup recipients, subject etc */$recipients = "email addresses of all to, cc &amp; bcc recipients";$headers["From"] = "sender;$headers["To"] = "emails adresses for to field";$headers["Subject"] = "email subject";$mailmsg = "Html body of mail";/* SMTP server name, port, user/passwd */$smtpinfo["host"] = "host name of smtp for local system localhost is used";$smtpinfo["port"</summary><link rel='replies' type='application/atom+xml' href='http://techsolutions1.blogspot.com/feeds/5851566856742759099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techsolutions1.blogspot.com/2009/06/php-send-email-using-smtp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7941649201836774330/posts/default/5851566856742759099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7941649201836774330/posts/default/5851566856742759099'/><link rel='alternate' type='text/html' href='http://techsolutions1.blogspot.com/2009/06/php-send-email-using-smtp.html' title='PHP Send Email Using SMTP'/><author><name>php hub</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
