J
|
Jane 2/4/2009 |
Scott, |
S
|
swiersman author 2/4/2009 |
Scott, your code looks good. Please claridy what doesn't work properly.
|
J
|
Jane 2/5/2009 |
Hi, Response.Write "DRInput: " & dict("DRInput") & " Response.Write "Status: " & dict("Status") & " " If (dict("DRInput")="This is a NEW Application (Fill in ALL Fields)" and dict("Status")="Ready for TRC review") then response.write "send email here" email="test@stsgi.com" message="This is a test"& vbcrlf & vbcrlf subject="DR UPDATE CONTENT SUBMISSION" response.write email sendmail email, subject, message End If |