Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Category:Email and SMS Functions/sendTestBulkMail: Difference between revisions

Category page
Created page with "==== sendBulkMail ==== Send a bulk mail specified by its id. '''Syntax''' sendTestBulkMail(''bulkMailId'') '''Arguments''' ''bulkMailId:'' Is a numeric (non-decimal) expr..."
 
No edit summary
 
Line 1: Line 1:
==== sendBulkMail ====
==== sendTestBulkMail ====


Send a bulk mail specified by its id.
Send test bulk mail specified by its id.


'''Syntax'''
'''Syntax'''

Latest revision as of 08:57, 17 May 2016

sendTestBulkMail

Send test bulk mail specified by its id.

Syntax

sendTestBulkMail(bulkMailId)

Arguments

bulkMailId: Is a numeric (non-decimal) expression. It is the id of the bulk mail.

Return type

empty

Example

array b= BulkMail_new("Test bulk mail by cgs 15052016 1", 15525384, 15525386);

BulkMail_save(b);

number bulkid=getResourceIdFromGuid(getResourceGuid(b[BULKMAIL_RESOURCE_ID]));

setBulkMailUsers(bulkid,{90279305});

sendTestBulkMail(bulkid);

Availability

Version 6.0.

This category currently contains no pages or media.