We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2caf62 commit 248daccCopy full SHA for 248dacc
1 file changed
examples/form.php
@@ -37,8 +37,8 @@
37
$mailerConfig = [
38
'mailer' => MailHandler::USE_PHPMAILER, // (or USE_POSTMARKAPP, USE_MANDRILL)
39
'host' => 'smtp.gmail.com',
40
- 'user' => 'kos1985.dev@gmail.com',
41
- 'password' => '',
+ 'user' => 'YOUR EMAIL',
+ 'password' => 'YOUR PASSWORD',
42
'protocol' => 'tls',
43
'port' => 587,
44
];
0 commit comments