Sending mail with Gmail’s SMTP server with fsockopen
Today i was trying to find a way to send mail from my localhost (xampp) with Gmails SMTP server. I found some code in popular and also fastest forum engine – punBB. I got the codes and did some cleanup for working fine as an external script. Here is the codes – [sourcecode language=”php”] <?php … Continue reading Sending mail with Gmail’s SMTP server with fsockopen