% if request.form("sub") = "Submit" then user_name = request.form("txt_name") telephone = request.form("txt_telephone") company = request.form("txt_company") designation = request.form("txt_designation") email = request.form("txt_email") mail_description = request.form("txt_desc") Set myMail=CreateObject("CDO.Message") myMail.Subject="Online Feedback Form" myMail.From = email myMail.To="gsdmcc@eim.ae" 'myMail.To="anees@isoftnet.in" myMail.HTMLBody = "
| Name | "& user_name & " |
| Phone | "& telephone & " |
| "& email & " | |
| Company | "& company & " |
| Designation | "& designation & " |
| Comments | "& mail_description & " |
![]() ![]() |