Send Email
I want to implement a function to send emails to the registered users from my web site using ASP. The problem is that the web server provider I'm using does not support any email components (such as CDO, CDONTS, or third-party) or SMTP server.
Therefore I'm looking for some free email/SMTP provider which enables me to send the email information from my ASP web page to their server and it will forward it as ordinary emails to the recipients.
One way to do it could be to set up a html form with fields to hold the email information (recipient addresses, sender address, subject and body) and send it to the service provider. Something like: ....
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Cdonts Email Script Won't Send Email
i used the following script but it won't send the email. any suggestions why? <% Dim TBdy Dim MyCDO CR = Chr(13) Set MyCDO = Server.CreateObject("CDONTS.NewMail") MyCDO.From = "person@something.org" MyCDO.To = "allstar@aol.com" MyCDO.Subject = "collegebound info" TBdy = Request.Form("cb_name") MyCDO.Body = TBdy MyCDO.Importance = 1 (Normal) MyCDO.Send Set MyCDO = nothing %>
Send Email With Asp
I'm new with asp and server thing so if somoene could help me to resolve my problems it would be very great. I'm trying to send myself an email but it doesn't work, no error message, I just don't receive any email. Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="bob@hotmail.com" myMail.To="bob@hotmail.com" myMail.TextBody="This is a message." myMail.Send I'm using IIS at my home to test this code.
How To Send Email Via ASP.net
Our local educational host doesn't have any COMs on their servers so I need to use the built-in (if there is one!!) mail/smtp component of ASP.net to send web form data via email. Is there such a thing in ASP.net? My apols for the newbie question, but I'm still an ASP classic developer. Could somebody post me an example of how to use it.
Send Email In ASP
We currently have a form that is in PHP that after the user fill out the form and hit submit, this form send all the information via email to us. I like to know if there is a similar feature or way to do this in ASP.
How To Send Email
I am trying to develop a web site which involve in log in n to retrieve password. When a user forget their password they will use this service, after they enter their email address, i will send their user id and password to their email which allow them to see their user id and password, but i don know to to do this service which will automatically send email to user email address when they click the button .....
Send Email
I've got an asp page that uses CDO.Message and CDO.Configuration to send an email. I'm not receiving any of these emails normally (i.e. in Outlook), instead they all end up in this folder : Inetpub/Mailroot/Queue. Could someone please explain what this means? Does this mean the emails have been successfully sent?...or are they waiting to be sent? I'm pretty sure my smtpserver name is correct because i've got the same thing going in .NET and it all works ok there (as in I get an email thru Outlook). Just can't seem to get it going in ASP. Not sure if it this relevant...I'm behind a firewall, so i'm assuming the smtpserver name is for a smart host, which is fine in .NET, but i'm not sure how that'll work out in ASP (eg. what do i set the serverport number to?)
Send Email On Asp
I've just downloaded a component called AspEmail (http://www.aspemail.com). When i tried to test my code using the localhost, it require sthe address of my SMTP server inorder to send the email. I put "localhost" as the address but i cannot send the mail for some wierd reason. I check the badmail folder just to find some mails under the "queue" folder. I've tried the same code in a different pc, and i got a different error: AspEmail: Simple.asp Error occurred: Connection timed out. Does any body know how to send email using that aspemail component on localhost Appreciate it.
ASP Send Email
<% Set Mail=Server.CreateObject(“CDONTS.NewMail”) Mail.To=”me@mydomain.com” Mail.From=”testing-my@SP-Script.com” Mail.Subject=”Just testing my script” Mail.Body=”Hey! I am sending this email through an ASP Page and guess what? I haven’t learnt much yet, but know that ASP is very powerful.” Mail.Send Set Mail=nothing %> Can I use the above code, if my pc is running on Windows XP Professional Edition?
Send Email Somewhere
I'd like to get opinions on how this can be done. The brief background is that there is someone who, on a daily basis, puts together an email with links and text related to immunization.Would it be possible to automatically: receive this email; fit it into a database; then have a web page read the contents of the page from the database? e.g., the web page could be told to present the text with the highest record number (assuming each new email is entered in as a new record).
Send An Email
I want to send an E-mail whoever registers to my website. How do I do it? I visited www.w3schools.com but it is not working.
How Do U Send Email
How can we send email to the given email id with the current page text as the body text of the email.
How To Send Schedule Email In ASP
I have developed a website in ASP 3.0 and Acesss 2000/SQl Server. I wan my web site sent invoices to my customer automatically ...at some specified time (lets say it execute ceratain ASP page at 3:00 am that send emails) how can i schedule that? Should i write some program (EXE) that will run on web seerv to do this task or do we have soem other decent solution?
Send A Form To My Email
Basically I have a page and I would like to have several forms on this page where a user can input thier email address and a short comment, then click on send and i get n email with the details. I know how to set up a basic form but I have no idea how to send it, can anyone help me and show me what to put where to set this up on brinkster please. Oh and I would prefer to use ASP if thats possible.
Send Email After Posting?
I have the following script that posts a message to the guestbook database just fine. Now what I need it to do is send an email to my email address that would contain a link to my edit page where I can click to go edit it. The link should have the message_id included in it because that is how I want to choose the record through the edit page, now how do I change the below script to do this? <%@ Language=VBScript %> <% On Error Resume Next Dim oCat, strADOXTableName call GetADOXConnection message="" mypage=Request.Form("targetpagenumber") if mypage="" then _ mypage=1 myaction=Request.Form("todo") if myaction="" then myaction="add" if myaction="add" then _ myaction="added".........
Send Email On Error
Is it possible to redirect the server to another ASP page if the requested page throws an error? I want to redirect the user to a custom error page and then send the webmaster an email that contains the error message.
Send Email In Server2003
Is there a change in the code when you move from Server 2000 to Server 2003? If so, does anyone know the code change?
How Do I Send A Email Acknowledgement With ASP?
I have a ASP email script and want to send a bog standard ASP email acknowledgement to anyone who sends me an email from my website which will contain a "Thank you Mr so and so for sending us an email message relating to this and that, we will be in touch very soon." For the life of me Ive tried everything that I know. The script I have takes elements from the email form and posts the request to me. Please can anyone help before I end up OD'ing on caffine.
Send A Link In An Email With CDO
I have tried a simple asp page which send out an email with a message:"This is a testing". This has been done in CDO and it works fine. However, when I tried with: objmail.htmlbody = "<a href=""http://www.hotmail.com"">Hotmail</a>" it doesn't work pretty well. The following was the output: Hotmail<http://www.hotmail.com> How can I make it to display only the word "Hotmail" that links to http://ww.hotmail.com? Could anyone help me please?
Send To Database And Email
Can ONE form with ONE submit button send the results to a database and also send the results via email?
Auto Send Email
I am trying to add to a web site I am currently designing the function of automatic email sending. I want users to be able to sign up to a mailing list by completing a form (easy enough) and when they click 'Submit', the information is sent to my clients email address. I can quite happily programme everything described here and to auto launch the users email editor (Outlook/Thunderbird etc) with Subject and Body automatically completed but cannot send the information WITHOUT launching the email editor! I see this function on many web sites - no fuss, not even having to click the SEND button, just Submit and it's gone! This is obviously important for people with hotmail accounts etc who don't use Outlook/Thunderbird.
Send Email In Japanese?
i am using CDONT to send email out using asp. I need to send some japanese text out, when i retrieve from form it worked, but when i retrieve from database, the japanese text does not work. ** when i first do, all work but user have to go and set the encoding to japanese, i am suppose to force it to be japanese the moment user see the email in outlook/lotus note. I am able to do this by setting the codepage=932, but this only work when data is retrieved from form. if i retrieve from database the words become garbage text. I am using asp + mssql 7 I am able to display the japanese text onto IE from db without problem...
Send Email With Image
I am currently working on an e-commerce website. The customer has asked for a link to Email this Product (Image) to a Friend. I created the following code but the test email received only has the text. How do I get the image to display in the email. This is apparently a file not found condition.....
Send Email With Cdonts
I've tried to send a mail using CDONTS.DLL but the mail goes in to C:InetpubmailrootQueue" Here is my code Dim Mailer Set Mailer = Server.CreateObject("CDONTS.NewMail") Mailer.To = "testemail@hotmail.com" Mailer.From = "expediteur@email.com" Mailer.Subject = "Titre du message" Mailer.Body = "Le texte qui sera envoyé" Mailer.Importance = 0 Mailer.BodyFormat = 0 Mailer.MailFormat = 0 if not Mailer.Send then response.write ("mail envoye") else response.write ("Mail non envoyé. Erreur : ") & Err.Description end if Set Mailer = Nothing I work with win xp pro, do can I use CDONTS or CDO? I work on local (the webserver is located:C:Inetpubwwwroot)
Fastest Way To Send Email?
I have a mailing list of several thousand people, and it takes forever to send emails out. I am using ASPemail to send them, but I have heard that you can set a SMTP pickup directory using Microsoft's CDO. I would like to be able to click "send" and then have them all sent to the server for processing.
Send Automatic Email.
I'm trying to write a script that will send a automatic email either on loading the thanks you for ordering page. or the one before that where the order is placed pressing a order now button, it can only be send when the button is pressed and the order has been placed in the database. Now I've writen a test script to figure out how this whole automatic emailing works but I can't get it to work. I hope someone can tell me what is wrong. Code:
Using SMTP To Send Email - The Only Way?
I was able to send email via the server in both .NET and ASP (using CDO for ASP). However I had to configure a SMTP server for this to work, which means the email will be sent via the server's SMTP service. so this could mean a lot of overload on the server. So as to reduce the work on the server, is there another way to send email to people?
Cannot Send Email Using Xp Pro And SMTP
I am having problems trying to send emails using IIS 5.1 and ASP on a XP Pro box I think that it is a configuration problem in my SMTP setup I can send emails using Telnet but when I send via ASP they all end up in the Queue folder ASP is not generating any error messages Have tried code using CDO and CDONTS but I do not think it is a code issue Sometimes I get a system event error saying that cannot do a DNS lookup on my send address Any suggestions please Properties for SMTP on my system: General IP address : all unassigned Access Relay: {my computer IP address} Delivery Advanced Smart Host: mail.bigpond.com Delivery Advanced Fully qualified domain name: {my computer name}
Send Report By Email
I am generating two reports but two files. First report is Shipment Booking Form. After generating this form, I want to send to the cargo management by email. As far everything ok. Along with this report, I have another file which generates packing list and is also to be attached to the same email at one click from the form. How can I call that file which generates packing list and retrieve to current page and send in the same email with two reports?
ASP Email Send Problem
i have a problem that if user enters an invalid alias in the To field the applications stops working and do not send email to other email address or alias which are the right one. On Error Resume Next Mail.Send If Err.number <> 0 then response.write("Error at address ") End If I am using this error block stop page from crashing input i am trying to enter in two field are Code:
Email Send Via Asp Going To C:InetpubmailrootDrop
i Used Cdonts to send email from asp application. And as usual asp code is working perfectly but the mail which i send are going to C:InetpubmailrootDrop this folder and there it saves as fff18b3801c4b33500000004.eml file and when i opened that i can see the message which i send along with that. So i thougt may be a problem with my machine and tested the same in server but in server i got this error message as, Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Email Send Out But Not Received
We have an email sending page in our website (ASP), which is works fine before. But from yesterday, every time when sending email, it still give you email send out successfully message, but all the send out emails could not be received. Our Outlook works fine. Also we check the exchange server, there’s nothing in the bad mail or query folders. Before that, we didn’t change any code, only did some testing in the IIS and restored it soon.
Send Email From A Form
i'm a begginer and need some help with editing some code. I have a simple form which contains an email field. When a user types his email address and submits the form I want to send an email to him. How do I do that?
Send Email From Form
I am having a problem writing ASP script to send email from a form. I am setting up a order form online and need to send the information from form to my email address. I copied the script I saw on an article on this site. I have copied my exact code below...what am I doing wrong. <html> <body> <% Set Mail=Server.CreateObject(“CDONTS.NewMail”) Mail.To="MY EMAIL ADDRESS” Mail.From="My email field" Mail.Subject=”Just testing my script” Mail.Body=”Hey! I am sending this email through an ASP Page and guess what? I haven’t learnt much yet, but know that ASP is very powerful.”
Send Outgoing Email
I'm using JMail to send 'internal' emails using our mailgate server. But, how do I send outgoing email from that server? Do I just change the address to something 'smtp.webaddy.co.uk', or is it more complex with JMail?
Send Binary To Email
I have a problem converting binary to text. I am reading a page using xmlhttp xmlhttp.open "GET", url, false ,"userName","password" xmlhttp.send "" tex3 = xmlhttp.responseBody now I have the binary data of the html page I am reading. I can write this data to the asp page using Response.BinaryWrite tex3. I need to convert it to ASCI. I have tried: tex3 = BinaryToText( tex3) but did not work.
Send External Email
I have an .asp page sitting on the intranet that I want to, when necessarry, send emails to people. All my code is fine, no errors whatsoever however, if the person to be emailed has an EXTERNAL email address they receive an email form my system fine BUT if my user has an INTERNAL email address they are not receiving mail from my system.
Unable To Send Email
I am unable to send email using this object. I dont get any error just that the email is not getting sent. I am using 2003 server. here is the code: Set ObjMail = CreateObject("CDO.MESSAGE") ObjMail.To = "Choontiong <choontiong.goh@tellabs.com>" ObjMail.Subject = TXTSUB ObjMail.htmlBody = tempMsg ObjMail.Send Set ObjMail=nothing
Using ASP.NET To Send Form Results To An Email
I have 2 part question: I have an html form: https://ws13.ipowerweb.com/eoscorg/pre-op_form.htm I created that has to have SSL on it. The form also includes a confirmation page to the user after the submit button is hit. However, I have been informed because I used Front Page to create the form, the SSL doesn't work with Front Page's form handler. So I want to know if I can use ASP.NET to create the form and without any conflicts with SSL? Also, I want to find out if all the form objects (form fields, text box fields) have to be coded as ASP.NET objects or can I keep the html form objects and just use ASP.NET code to send the form to an email address and to then send the confirmation page to the user? In other words do I have use ASP.NET code for the whole form?
Grab From Database And Send Email
I have another script where i pull all the information from the database and I want to send it to the person. What they do is they enter in their email, and if the email matches, than it will email them their login information. How do you grab the info and than use that info and put it into an email to send? Here is my code thus far for it: ....
How Do I Use CDONTS.new To Send An Email With Attachment?
Can someone give me some sample code to use CDONTS.new to send email with an attachment? I've got sample code from the following website; http://msdn.microsoft.com/library/e...sp?frame=true But, I'm having trouble GETTING the relevant field from my HTML form! I can't seem to be able to get the field property. It just comes up as a blank.
Send Email Works But Not In Wlan
i have a very smal asp programm with mail functionality, which works and i send mail with it! The Problemis when i' use wireless lan in my company i get error. At home, where i have a static IP-Adress it works as i said! I know that it is a question of dynamic IP (in WLAN of my company i get a dynamic IP from the server)....
Use CDOSYS To Send Email On Different Server
I've set up a website contact page which uses CDOSYS to send form details to an email address. However, the domain is set up such as the client is using their own mail server, and using my server only to host the website. Ordinarily I would set up hosting with email and change the nameservers of the domain to point to my server, but in this case the client is keeping the nameserver details the same, but just updating the A record to point to my server to display the website. Trouble is, the CDOSYS email doesn't seem to work with this set-up. Do I need to hard code their mail server IP somewhere to get it to work?
Send Automatic Email Reminders
I'm developing an application which has subscribers entered into a SQL Server database. Their subscription is monthly, and requires that automatic emails are triggered 1 week, 2 days then 1 day before their subscription expires. How would this be best done? I've heard of third party cron services which could be used to trigger a script, but the script would then need to be 'open' to the web for the cron service to access it - which is not very secure. The other option would be to trigger emails from the database directly, but I'm a total beginner at SQL so am not sure how difficult this would be?
2 Qns - Auto Send Email And Search
1st, i want to auto check my db to see if there's any mails to be sent on that day, at 12am everyday... i should create a batch file or create a asp script and use vbscript to call my asp file? How to create a batch file? 2nd, i go a search function.. In my db, i got a column with data like this "a , b , c" When the user entered "a", i want the information that have "a" in that coulmn to be taken out... i want an exact match of the word (seperated by the comma).. But when i search, how do i seperate the data in the column by a comma to see if i have an exact match?
CDO, SMTP Doesn't Send Email
I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: .....
|