Send mail from your localhost

Hello Friends !!
When you developing your site then you are facing a problem that how to send mail from your local host ?
Because when you are testing your project/site in localhost then this problem occurred. At that time you think about upload your site on server.
If you don’t want this type of uploading work and you want to test your mail form your localhost then here is the solution. Continue reading »
Send PHP mail using SMTP

Hello Friends !! TOday I found that how PHP mail() function works with SMTP.
Actually when your site is hosted on windows server, then there is SMTP used for sending mail. With simple mail() function ,you can’t send mail in SMTP.
You have to authenticate PHP and SMTP. In short, I explain you that how to send PHP mail using SMTP ?
For sending mail in PHP using SMTP, first of all you have to download phpMailer. phpMailer is a class which used to send mails using SMTP. Continue reading »




