Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > SendGroupEmail

SendGroupEmail

Sends an email to all members of a selected group that has ?Allow Group Email? set true. See Group Processing for details about groups.


Syntax


Call ccLib.SendGroupEmail(GroupList, FromAddress, Subject, Body, Immediate, HTML)


Parameters


GroupList ? String, comma delimited list of Groups to which Email has to be sent.


FromAddress ? String, email address that appears as the sender


SubjectMessage - String, subject line of the email


BodyMessage ? String, body of the email.


Immediate ? String, if true, the email is stored in an email cache on the server, and set through a server process, instead of the web application process. This delays
the email by a few seconds, but does not hold the page up waiting for the mail server protocol.


HTML ? Boolean, if true, the email will be sent in HTML format. If false, simple a simple SMTP test email is sent. Note that SMTP email has a line length of 80 characters. If you send non-HTML email with a line length longer then 80 characters, the email server may not accept it.

This page was last reviewed 4/4/2009 11:57:54 AM