We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98d40 commit 7e0ddbfCopy full SHA for 7e0ddbf
2 files changed
app/Config/Email.php
@@ -26,7 +26,7 @@ class Email extends BaseConfig
26
public string $mailPath = '/usr/sbin/sendmail';
27
28
/**
29
- * SMTP Server Address
+ * SMTP Server Hostname
30
*/
31
public string $SMTPHost = '';
32
system/Email/Email.php
@@ -71,7 +71,7 @@ class Email
71
public $protocol = 'mail';
72
73
74
- * STMP Server host
+ * STMP Server Hostname
75
*
76
* @var string
77
0 commit comments