You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ to make it compatiable with SwiftMailer.
26
26
27
27
```
28
28
29
+
*config/packages/swiftmailer.yaml*
30
+
```yml
31
+
swiftmailer:
32
+
transport: expertcoder_swift_mailer.send_grid
33
+
```
34
+
35
+
Don't forget to set your Sendgrid API Key in your *.env* file, and that you can set your mail's categories from `config/packages/expert_coder_swiftmailer_send_grid.yaml`
0 commit comments