So I want the from field when an email is opened to be something like
from
\"Jack Sparrow Via somesite\" as opposed to an explicit email address
\"Jack Sparrow Via somesite\"
If you use PHP Mailer from GitHub, then you do it by:
$mail->SetFrom("info@mibckerala.org", "MIBC");