SendMailingDirect

Sends a mailing based on MailingStruct to any email address or member IDs, or an array of email addresses and member IDs. Creates mailing directly in the OutMail_ table, so does not perform any list processing. The email address(es) defined in the EmailAddressArray do not need to be subscribed to any list. Returns true if message was successfully queued.

  

Arguments

EmailAddressArray - An array of email addresses to be sent the message (ArrayOfString)

MemberIDArray - An array of member IDs to be sent the message (ArrayOfInt)

MailingStruct - The contents of the mailing, as defined by a MailingStruct

 

Returns

Outmail ID



SendMailing ImportContent