Difference between revisions of "SendBulkMailSyncronious"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "==== sendBulkMailSyncronious ==== Send a bulk mail specified by its id. it will wait until all email send '''Syntax''' sendBulkMailSyncronious(''bulkMailId'') '''Arguments...")
 
Line 1: Line 1:
 +
[[Category:Email_and_SMS_Functions]] 
 
==== sendBulkMailSyncronious ====
 
==== sendBulkMailSyncronious ====
  

Revision as of 10:08, 14 July 2016

sendBulkMailSyncronious

Send a bulk mail specified by its id. it will wait until all email send

Syntax

sendBulkMailSyncronious(bulkMailId)

Arguments

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


Return type

empty

Example

sendBulkMailSyncronious(1);


Availability

Version 6.0.