Can I implement multiple Auth user ? #887
Unanswered
MuttakinHasib
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@juandav hey, Can you please help me ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement 2 mailer system. that can send email from 2 different email user like one is "team@example.com" and another is "support@example.com"
support email should be send from "support@example.com" and rest or other email will be send from "team@example.com"
so how can i implement this ?
here is the code what i did but email not sending from support@example.com . sending from team@example.com
Beta Was this translation helpful? Give feedback.
All reactions