Application of zoho.adminuserid parameter in deluge
I want to use the sendmail function in Deluge, but when I call zoho.adminuserid as the sender, I found that the email address is actually my account’s address. I’m supposed to be just a regular user account, and after checking the Company settings, I found that the Primary Contact is correctly set to the account named 'CRMAdmin'. So, how can I change the account value in zoho.adminuserid to make it the 'CRMAdmin' admin account?
The program code is as follows
sendmail
[
from :zoho.adminuserid
to :"XXX@XXX.com"
cc:"XXX@XXX.com"
subject :"Your customer has submitted a new ticket"
message :"THIS IS A TEST MAIL FOR ZOHO DESK " + "<br>ticketNumber : " + ticketNumber + "<br>Subject : " + subject + "<br>Account Name : " + Account_Name + "<br>Contact Name : " + firstName + " " + lastName
]