Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Header/MessageId.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function toString()
/**
* Set the message id
*
* @param string|null $id
* @return MessageId
*/
public function setId($id = null)
Expand Down
1 change: 1 addition & 0 deletions src/Transport/Smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public function disconnect()
* developer to add a custom adapter if required before mail is sent.
*
* @param Message $message
* @throws Exception\RuntimeException
*/
public function send(Message $message)
{
Expand Down

0 comments on commit db66f77

Please sign in to comment.