Page 1 of 1

[Added] nuSendEmail() $priority parameter

Posted: Wed Oct 06, 2021 1:55 pm
by admin
Set the email priority (1 = High, 3 = Normal, 5 = Low)

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:
email_priority.jpg