time zone
- Posted by diogene (52) Offline
- Posted by TemplatePlazza (5262) Offline
Ah I see. The module indeed doesn't send the copy to the person who makes the request. We just want to keep it simple.
If you want that feature, you can try to add this line of code :in the file ../modules/mod_whatsapp_agent/tmpl/default.php at line 394 before the code :
Update : I'm updating the code code because previous code will send email to both sender and recipient, not to user.
5 years 3 months ago #26
by TemplatePlazza
If you want that feature, you can try to add this line of code :
$recipient = array($recipient, $_POST["rp_email"]);
$mailSender->addRecipient($recipient);
Update : I'm updating the code code because previous code will send email to both sender and recipient, not to user.
Please Log in or Create an account to join the conversation.
- Posted by diogene (52) Offline
- Posted by TemplatePlazza (5262) Offline
No problem at all Glad we could help
Anyway, if you don't mind, can you please leave the module a rate in JED? extensions.joomla.org/extension/whatsapp-multi-agent/
That will help us much. Thank you!
5 years 3 months ago #28
by TemplatePlazza
Anyway, if you don't mind, can you please leave the module a rate in JED? extensions.joomla.org/extension/whatsapp-multi-agent/
That will help us much. Thank you!
Please Log in or Create an account to join the conversation.
- Posted by diogene (52) Offline
Done, I left my opinion and thanks again for your perfect assistance.
5 years 3 months ago #29
by diogene
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline