Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk-k authored Oct 20, 2019
1 parent e7ccb66 commit 1ae1ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use Mailer, you should configure it in the application configuration like the
'class' => 'rahul\sendgrid\Mailer',
'username' => 'your_user_name',
'password' => 'your password here',
'token' => 'your token',
'token' => 'your token',
//'viewPath' => '@app/views/mail', // your view path here
],
...
Expand All @@ -49,4 +49,4 @@ Yii::$app->sendgrid->compose('contact/html', ['contactForm' => $form])
->setTo($form->email)
->setSubject($form->subject)
->send();
```
```

0 comments on commit 1ae1ae9

Please sign in to comment.