Login

Recover Your Password

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

SendFormEmail

Send an email with the contents of the input stream as the body. All incoming form elements are included and sent. This is a very quick and easy method to capture an input form and send it to an administrator.


This call uses the SendEmail non-immediate method, so the email is sent after the page is completed.


The body and SendSubject may contain ActiveContent elements.


Syntax


Call ccLib.SendFormEmail( SendTo, SendFrom ,SendSubject )


Parameters


Sendto - String, email address of the recipient.


SendFrom - String, email address that appears as the sender.


SendSubject - String, subject line of the email.

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