Skip to content

Commit 248dacc

Browse files
committed
Removed test credentials
1 parent c2caf62 commit 248dacc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
$mailerConfig = [
3838
'mailer' => MailHandler::USE_PHPMAILER, // (or USE_POSTMARKAPP, USE_MANDRILL)
3939
'host' => 'smtp.gmail.com',
40-
'user' => 'kos1985.dev@gmail.com',
41-
'password' => '',
40+
'user' => 'YOUR EMAIL',
41+
'password' => 'YOUR PASSWORD',
4242
'protocol' => 'tls',
4343
'port' => 587,
4444
];

0 commit comments

Comments
 (0)