Home > WebRes > WebRes - Confirmation Page and Email
'EMAIL SETTINGS --------------------------------------------------------------------
intCiEmail = 2 '1 = send text confirmation email, 2 = send email using html template
SMTP_SendUsing = 2 '1 = local SMTP, 2 = Hosted SMTP, 3 = MSExchange, Default = 2
strCiEmailFrom = "noreply@execu-tech.com" 'From email address
strCiEmailCc = "support@execu-tech.com" 'CC email address
strCiEmailBcc = "" 'BCC email address
strCiEmailSubject = "Confirmation of Reservation: " 'Email Subject. Shows this text followed by the confirmation number. If left blank i.e. "", it will default to a standard subject of Hotel Name Reservation Confirmation: Confirm#
strCiCdoServer = "yoursmtpserver" 'Server to log into for CDO object
SMTP_Auth = 1 'Require Authentication 1 = Yes, 0 = No
strCiCdoPort = "25" 'Port to use for SMTP connection. Default is 25.
strCiCdoLogin = "youremaillogin" 'Server Login, User must have permission to send email
strCiCdoPass = "youremailpassword" 'Server Password
SMTP_SSL = 0 '0 = do not use SSL, 1 = use SSL
CreateConfPage = 0 '1 = Create a static confirmation page that can be linked in the confirmation email. Must have proper folder permissions as described in the WebRes guide.
strEmHeader = "Your Reservation Confirmation Email" 'Label: Header
strEmArrive = "Arriving" 'Label: Arrival Date
strEmDepart = "Departing" 'Label: Departure Date
strEmAdults = "Adults" 'Label: Number of adults
strEmChildren = "Children" 'Label: Children
strEmRooms = "Accommodations" 'Label: Room List
strEmTotal = "Total Price" 'Label: Total Price
strEmName = "Reserved Name" 'Label: Name reservation was reserved under
strEmDeposit = "Deposit Amount" 'Label: Amount of deposit
strEmAuthorize = "Authorization Number" 'Label: Authorization number
strEmConfirmation = "Confirmation Number" 'Label: Confirmation number
strEmComments = "Comments" 'Label: Comments
strEmFooter = "You may print this page for your records" 'Label: Footer shown at bottom of page under confirmation