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:
Code: Select all
nuSendEmail('to@test.com','from@test.com','From','Content','Subject', [], true, 'cc_email@test.com', 'bcc_email@test.com',[], 1)