|
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
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
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> |