Add from name

This commit is contained in:
Miguel Nogueira 2019-09-15 20:27:55 +02:00
parent 6cf6ee1c39
commit 95b634c5e6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $mail
->setFullyQualifiedAddress("exampleuser")
->setRecipient("johndoe@example.com")
->setReplyto("someone@example.com")
->setFrom("someone@example.com")
->setFrom("someone@example.com", "From Name Here")
->prepare();
$content = <<<EOL