Changing the FROM name
Posted: Thu Apr 24, 2008 11:34 pm
How can I set the FROM Name value? Such as this line in the basic php mail() function:
How can I set the name in Swift Mailer?
Code: Select all
$headers .= "From: Franklin Worthingstonfordshire <FrankW@mysite.com>\r\n";