Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] nuSendEmail() $priority parameter

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added] nuSendEmail() $priority parameter

Unread post 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
You do not have the required permissions to view the files attached to this post.
Post Reply