[Added] nuSendEmail() $priority parameter
Posted: Wed Oct 06, 2021 1:55 pm
Set the email priority (1 = High, 3 = Normal, 5 = Low)
Example: Send with highest priority:
Set the priority in the "Send Test Email" dialog:
Example: Send with highest priority:
Code: Select all
nuSendEmail('to@test.com','from@test.com','From','Content','Subject', [], true, 'cc_email@test.com', 'bcc_email@test.com',[], 1)
Set the priority in the "Send Test Email" dialog: