Modificare il file:
\Ordine\aspSmartmailOggCliente.asp
<% '**********************************aspSmartMail On error resume next Set mySmartMail = Server.CreateObject("aspSmartMail.SmartMail") ' Mail Server ' *********** mySmartMail.Server = "mail.yourdomain.com" ' From ' **** mySmartMail.SenderName = "Your Name" mySmartMail.SenderAddress = invioDa2 ' To ' ** mySmartMail.Recipients.Add invioA2 ' Message ' ******* mySmartMail.Subject = "Prenotazione Lista Nascite." mySmartMail.Body = "Gentile "&request.form("Nome")&" "&Request.Form("Cognome")&"," & vbCrLf & "grazie per aver effettuato l'ordine presso noi, di seguito i dettagli dell'ordinazione: " & vbCrLf & bod2 &"" ' Send the message ' **************** mySmartMail.SendMail '**********************************aspSmartMail %>
[
Íàçàä
]