Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
Objects>SMTP (Mail) Object>Properties>smtpgateway
Caravan Business Server>Help>Objects>SMTP (Mail) Object> Properties> smtpgateway
Name smtpgateway
Text The SMTP gateway for sending the mail -- if this property is not set default gateway will be used.
Syntax x(smtpgateway)="localhost"
Caravan Business Server>Help>Objects>SMTP (Mail) Object> Properties> To
Name To
Text specify list of addresses to whom the mail is being send.
Syntax <caravan>mail(to)=receipient id</caravan>
Sample <caravan>x(to)="user@domain.com"</caravan>
Caravan Business Server>Help>Objects>SMTP (Mail) Object> Properties> subject
Name subject
Text specify subject field of the mail.
Syntax <caravan>mail(subject)="subject"</caravan>
Sample <caravan>mail(subject)="Test mail"</caravan>
Caravan Business Server>Help>Objects>SMTP (Mail) Object> Properties> Text
Name Text
Text specify body of the mail message in text
Syntax <caravan>mail(text)="text"</caravan>
Caravan Business Server>Help>Objects>SMTP (Mail) Object> Properties> attachment
Name attachment
Text specify files or information to be attached to the mail
Syntax mail(attachment)=file
Sample x(attachment)="testfile.txt"
Back