Skip to content

Instantly share code, notes, and snippets.

View karthikeyann's full-sized avatar

Karthikeyan karthikeyann

View GitHub Profile
@karthikeyann
karthikeyann / sendMailViaGmail.php
Last active August 29, 2015 13:56 — forked from hmkz/sendMailViaGmail.php
Send mail via your gmail account to anyone.
<?php
// NOTE: Make this file not readable to others.
/**
* Gmail
* Pear::Mail
* @param string $to
* @param string $from
* @param string $bcc BCC
* @param string $subj
* @param string $body