I have done a ASP Prog where when the user submits the form an email is sent to the resp person.The problem is all the mails are going and sitting in the mail folder and are not moving from there to the mail id's. Can anyone tell me what i would have missed? Code:
I want to write a code for sending mails using CDO object in ASP. can it is possible to send mail without mentioning name of smtp server.I am using 2k3 O.S. Also one more problem i am facing , i want to send a mail in HTML format, when receipient receive that mail some times it shows in proper HTML formated mail but some times it not showing(it just shows html tags in mails) . I am using .htmlbody property of cdo object.
I have a code to send an email in my asp application. But if i send a mail through this asp code i am not to get the trademark((tm)) symbol in my subject line.
I'd like to be able to write an ASP page that users can enter requests in. When a new request is entered, the page would e-mail a list of recipients and inform them of the new request. I've never done this and really have no idea where to start.
I was just wondering what the requirements are on my computer system if I want to be able to receive e-mails (to my own mail server and not through the mail server of my ISP). I already have a functioning SMTP-server, but I guess that only works for outgoing mails, or is there maybe a way I can send mails to this SMTP-server?
Do I need a fixed IP-address? Do I need so kind of special software like Win 2003 server or maybe Exchange Server? Do I need my own domain name? Anything else I need to bear in mind if I want to have my own incoming mail server?
how to send mails through ASP. I know it can be done through CDO or CDNTOS objects. But it is not working. Is there any settings i have to chage for it? I am using Win2000 prof. Server IIS.
Can somebody tell me, How can we send e-Mails with ASP without using CDONTS? Because some one told me that, it's possible to send e-Mails without using CDONTS. But i don't know how.
Could you be so kind and gives me a function which creates mail in ASP language. But I would like to create a mail with ENTER breaklines and I would like to have background changed, bold fonts, so I mean to use HTML code to create such mails. Is it possible in ASP?
I have a cable modem and an isp that blocks outgoing traffic on port 25.I have a form that should generate an automatic e-mail response to the page visitor when submitted.
Now I wonder if it is possible for me to have this function in my asp code if my ISP blocks port 25 or if the generated e-mail will just dissapear in cyberspace?
how can I send two emails with different messages to different users? Do I need to have two .asp files? or I can do it just in one? If yes, how do I set the obCDOMail.Body to get the value of two different variables?
I am running my information pages from access database, using ASP - This database includes an email field, i would like the subject in the email to have an automatic title.
I'm sending out the newsletters using ASP Cdonts. It is fine for few number of mails say about 20. When I started to mass mail say about 200 at a time all the mails got stuck in the queue folder (Now totally 1000 mails got stuck up). Then from my service provider I got the info that the mass mails will be stopped if they are more than 99.
I'm trying to write a Function/Subroutine to send e-mail. I want it to create this to be used as an Include file so I can just give it the info and it will send the e-mail.
The following code works, but is now portable:
<!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows 2000 Library" --> <!--METADATA TYPE="typelib" UUID="00000205-0000-0010-8000-00AA006D2EA4" NAME="ADODB Type Library" --> <% @LANGUAGE="VBSCRIPT" %> <% Option Explicit Response.Expires = 0 %>
My requirement is to read the inbox mail from remote mail server. In my local machine I don�t have any IIS, Exchange server. I am running ASP page using SUN ONE ASP Server, for sending mail I am connecting remote mail server using CDOSYS. Now I need to read the mail from inbox folder. I am not able to read the inbox mail from remote mail server.
I don�t have IIS/ Exchange server in my local machine. I need to read the mail from remote server. Is it possible?
I got a little problem while sending HTML e-mails with CDONTS.
I generate my e-mail body without problems into a string variable. When I display it to the browser via a "response.write", it's OK, including images. Then I set this string variable to the CDONTS.Newmail object (body property), and I send the mail. Code:
I used CDONTS to send out mails from my PC. Its able to send out only when I restart my PC. Whenever I sent a mail through asp page I can see the mail in the Inetput/mailroot/queue folder but they are not sent out until I restart my pc. What should I do in order to send out my mail instantly??
I am developing an ASP application over IIS5.0 over win2kproffesional. In our organisation we use Outlook along with MS-Exchange for Email communication.
Now, i want to build an app, to send mail. I am using CDO for Windows 2000. Following is summary of my CDO.configuration ....
I want to send e-mails from my asp pages but don't know how to achieve that. I have tried to create CDO/CDONTS server objects but without luck. I guess I don't have SMTP installed or not configured appropriately.
Can you help me here? What do I need to do (and if complicated how is it done) to get an SMTP server up an running?
I am trying to work out an email sending page. I got my SMTP installed and running. I have set the properties of relay to "All excepted the list below". Running windows 2000 server. Code:
I've used the search tool and found several pages regarding sending faxes under ASP, but they all seem to suggest using some internet faxing service.
I don't know if this is possible, and it probably isn't under XP without additional software. (Small company, simple intranet site built on IIS.) I have a PDF form for an agreement for our customers.
Now, I already have a page setup where our reps simply input the customer's email address and it will send the form as an attachment. What I would like to do is make another page where the rep just puts in the customers phone number and it will fax the same pdf to the provided number. Is that possible through ASP on XP?
I've been looking around for some solution and I found this:http://support.microsoft.com/kb/303647 for W2K.
I am looking for some routines or methods (if available ) in ASP where i can send a fax through ASP by pulling the Fax number of the sender from the DB.We have a Faxserver which is WinFAX.
I saw a few softwares but there is some cost involved in it.If anyone knows how i can send a fax through ASP without paying.
Does anyone know how I can integrate an ASP application (made by myself) with another application that sends fax? I've seen many programs, but I need something that needs only few code rows so that I can integrate these rows in my ASP pages .....
I have a few queries regarding on email. Currently my web hosting provider uses Windows 2003 Server IIS 6.0 to host my ASP websites. In my own PC, I am also currently using Win XP Profession IIS 6.0 to run my ASP files.
I would like to create a pogram that would automatically sent out an email. But the problem is I have know that CDONTS do not work for Windows 2003 Server or XP Professional. It only currently work for Win 2000 Server.
Please help and perhaps show me the code of sending an email out automatically. Is there a code that can work for all servers?