The CDONTS component is a great email component to use on your ASP pages. Below are some sample CDONTS Mail scripts to use on your ASP pages: To send a text-based message using CDONTS: <% dim mail ‘Create the object set mail = server.CreateObject(“CDONTS.NewMail”) mail.From = “anyone@yourdomain.com” ‘This is the address that the email is [...]
Tag Archives: scripts
Como crear una forma de contacto
Forma de contacto Selecciones el siguiente texto y grabelo como “Miforma.html”: <html> <head><title>Simple PHP Based Form Mail Application for MangoHosting</title> </head> <body bgcolor=”#ffffff” text=”#000000″> <!– begin form example –> <FORM METHOD=”POST” NAME=”MiForma” ACTION=”http://www.mangohosting.com/apps/mailform/mailform.php”> <!– #####NO TOCAR##### direccion para notificacion de errores –> <input type=”hidden” name=”alert_to” value=”support@mangohosting.com”> <!– ##### 1. CAMBIAR ##### direccion a donde se [...]
