Works with Multiple Email Config #1191
warcooft
started this conversation in
Show and tell
Replies: 1 comment
-
Alternatively, you can install it directly from this package. https://github.com/warcooft/codeigniter4-multi-smtp-config |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Run
php spark make:config MultiEmail
Then paste this.
in
app/Helpers
create filemulti_email_helper.php
then paste this function.Usage
You can use a different vendor/driver by providing the group name in the second parameter.
That's it.
Beta Was this translation helpful? Give feedback.
All reactions