Home > WebRes > WebRes - Confirmation Page and Email
We don't know what your SMTP login information is and don't have any way to obtain it. Please contact your IT professional or your email provider to obtain this information. If you’re going to use the hotel's IIS for SMTP relay, be sure properly configure a ‘Remote’ domain under the Default SMTP Virtual Server. Without this ‘Remote’ domain, emails will not send.
You may also need to give the AppPool user as well as IUSR full permissions to the pickup folder (usually C:\inetpub\mailroot\Pickup).
This is the extent of the information we will provide relating to configuring your own SMTP server.
https://docs.microsoft.com/en-us/biztalk/install-and-config-guides/appendix-d-create-the-smtp-server
Email settings in inc_variables.asp
This file is found in the WebRes install folder and can be edited with any text editor. These are the lines in inc_variables.asp that are related to confirmation 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