After sending an e-mail using PHPMailer to my Gmail account, after clicking 'show details,' to the right of 'mailed-by,' it says 'yourhostingaccount.com.' Here is a picture:

I've read you may change it using the fifth parameter of PHP mail(), although I'm not using that. Is there a way to change this using PHPMailer? Thanks!
$mail->Hostnameproperty instead of$mail->Host. Accordingly to the documentation this is the right field to use. – LazyOne Jun 11 '11 at 9:49