%@ Page Language="C#" AutoEventWireup="true" Inherits="Tessitura.WebAPI.Controls.ConfirmationEmailPage" EnableViewState="false" %> <% uxBilling.Address = OrderData.BillingAddress; %> <%@ Import Namespace="System.Web.Mail" %> <% MailMessage objMail = new MailMessage(); objMail.From = "sspilkin@sandiegosymphony.org"; objMail.To = "sspilkin@sandiegosymphony.org"; objMail.Subject = "Response from website"; objMail.Body = "This an edu order" + OrderData.OrderNumber ; SmtpMail.SmtpServer = "192.168.1.24" SmtpMail.Send(objMail); %>
Thank you for attending YPC concert!This email is a confirmation of your payment. Balance Due : <%= OrderData.Totals.BalanceDue.ToString("$####0.##")%> If you have any questions/concerns forward this email to Adrienne Valencia avalencia@sandiegosymphony.org Order Date: <%= OrderData.OrderDate.ToString("MM/dd/yyyy h:mmtt") %> Order Number: <%= OrderData.OrderNumber %> Customer Number: <%= OrderData.CustomerNumber %> - <%= OrderData.Customer.Salutation %> |
|
|
Your Account Information: <%= OrderData.Customer.EmailAddress %> |
Total Due Amount: <%= OrderData.Totals.TotalDueAmount.ToString("$####0.##") %>
Total Amount Paid: <%= OrderData.Totals.TotalPaidAmount.ToString("$####0.##") %> Balance Due: <%= OrderData.Totals.BalanceDue.ToString("$####0.##")%> |