ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,699
- Points
- 823
Reputation:
I am implementing a function to send email to the user and I got some questions regarding that:
1) How to find forum user according to the username from specific table. How to make this comparison?
2) What are the parameters of setTemplate? Can I send more than one parameter to template ? Any documentation about send email?
3) Why the email is sent to a queue instead of send action? Will be sent at the time or delayed?
Code:
Read more
Continue reading...
1) How to find forum user according to the username from specific table. How to make this comparison?
2) What are the parameters of setTemplate? Can I send more than one parameter to template ? Any documentation about send email?
3) Why the email is sent to a queue instead of send action? Will be sent at the time or delayed?
Code:
Code:
public function actionSendEmail(ParameterBag $params)
{...
Read more
Continue reading...