Better emulate Advanced Mailer features

This commit is contained in:
Kijin Sung 2016-05-11 15:02:59 +09:00
parent 19ef36728f
commit bdd00fe6b7
2 changed files with 23 additions and 3 deletions

View file

@ -578,6 +578,16 @@ class Mail
return $this->sent;
}
/**
* Get errors.
*
* @return array
*/
public function getErrors()
{
return $this->errors;
}
/**
* Convert image paths to absolute URLs.
*