mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
Update MessageBuilder.php
This commit is contained in:
parent
f89311b40c
commit
a1418420d0
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class MessageBuilder{
|
|||
if($fullName != null){
|
||||
return "'$fullName' <$address>";
|
||||
}
|
||||
return $baseAddress;
|
||||
return $address;
|
||||
}
|
||||
|
||||
protected function addRecipient($headerName, $address, $variables){
|
||||
|
@ -284,4 +284,4 @@ class MessageBuilder{
|
|||
return $this->files;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue