public static function setupDefaults(Mail_Postmark &$mail)
 {
     $mail->from('*****@*****.**', 'Foo Bar');
 }