download attachment and extract files into folder named email inside your development folder(htdocs/mydevelopment).
then use following code to create your email messege,
require_once('../email/class.phpgmailer.php'); //path to the above folder
$mail = new PHPGMailer();
$mail->Username =...