Providing placeholders in email config file for sender info.

This commit is contained in:
Lonnie Ezell 2018-02-26 23:24:58 -06:00
parent 2604ea75b7
commit bbf0ceccaa
No known key found for this signature in database
GPG Key ID: 8EB408F8D82F5002

View File

@ -2,6 +2,16 @@
class Email
{
/**
* @var string
*/
public $fromEmail;
/**
* @var string
*/
public $fromName;
/**
* The "user agent"
* @var string