mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-25 14:26:04 +03:00
Update MessageBuilder.php
This commit is contained in:
parent
f89311b40c
commit
a1418420d0
@ -51,7 +51,7 @@ class MessageBuilder{
|
|||||||
if($fullName != null){
|
if($fullName != null){
|
||||||
return "'$fullName' <$address>";
|
return "'$fullName' <$address>";
|
||||||
}
|
}
|
||||||
return $baseAddress;
|
return $address;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function addRecipient($headerName, $address, $variables){
|
protected function addRecipient($headerName, $address, $variables){
|
||||||
@ -284,4 +284,4 @@ class MessageBuilder{
|
|||||||
return $this->files;
|
return $this->files;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user