als_send_email.cgi

Top  Previous  Next

Description

The als_send_email.cgi sends an email and logs it to an AL-Desk table.

 

As is normal for all Put calls a valid webusercode is required along with the following other required parameters

 

emailto
subject
body

 

Example Usage             

http://www.alstracker.dnsalias.com/aldesk/als_send_email.cgi?emailto=tjones@testemail.net&subject=als%20test%20emaill&webusercode=1&body=check this out

 

Inputs

Parameter

Description

Required

Example

Data Type

emailto

Destination Email address

 

Required

emailto=someboyd@email.com

String

subject

email subject

Required

subject=activity purchase

String

body

 

text of the email

Required

body=thanks for the order!

String

webusercode

valid webuser access code

Required

webusercode=1

String

emailfrom

email from. a default is deinfed in the email SMTP setup

 

Optional

emailfrom=sales@activity.com

String

 

 

 

bcclist

blind copy list

Optional

bcclist=firsrt@email.com;second@email.com

 

separate by semi colons

 

String

 

 

 

 
















 

 

XML Example

<?xml version="1.0" encoding="utf-8" ?>

- <root>

- <email>

<row seq="4" webportalid="1" emailfrom="" emailto="sjones@somehost.net" emailsubject="als test emaill" emailbody="sample email" emailcc="" emailbcc="" client="" voucher="" product="" vendor="" controlno="" created="12/5/2005 6:36:58 AM" emailcomment="" />

</email>

</root>