mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Providing placeholders in email config file for sender info.
This commit is contained in:
parent
2604ea75b7
commit
bbf0ceccaa
@ -2,6 +2,16 @@
|
||||
|
||||
class Email
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $fromEmail;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public $fromName;
|
||||
|
||||
/**
|
||||
* The "user agent"
|
||||
* @var string
|
||||
|
Loading…
x
Reference in New Issue
Block a user