Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

[Added] nuSendEmail() $priority parameter

Information about updates, news, Code Library
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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