Transform email header string to header array & replace it at various situations.
This commit is contained in:
parent
766d92aaa0
commit
ac1d2cf38f
7 changed files with 75 additions and 28 deletions
|
@ -83,11 +83,18 @@ interface IEmail extends JsonSerializable
|
|||
function getMessage(bool $plain = false);
|
||||
|
||||
/**
|
||||
* Gets any additional mail header
|
||||
* Gets the additional mail header array
|
||||
*
|
||||
* @return string[][]
|
||||
*/
|
||||
function getAdditionalMailHeader();
|
||||
|
||||
/**
|
||||
* Gets the additional mail header as string - EOL separated
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
function getAdditionalMailHeader();
|
||||
function getAdditionalMailHeaderString();
|
||||
|
||||
/**
|
||||
* Returns the current email with a new recipient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue