473,416 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Send mail thru ASP goes to "C:\Inetpub\mailroot\Queue"

100 100+
Hi,
THe mail sent through the ASP code given below is going to "Queue" folder in "C:\Inetpub\mailroot"...And the code is
Expand|Select|Wrap|Line Numbers
  1. Set objMessage = CreateObject("CDO.Message") 
  2. objMessage.Subject = "Subject"
  3. objMessage.from = "some@gmail.com"
  4. objMessage.To = "some@gmail.com"    
  5. objMessage.TextBody = "e-mail message"
  6. objMessage.Send
  7.  
Expand|Select|Wrap|Line Numbers
  1. From: postmaster@mymachinename
  2. To: some@gmail.com
  3. Date: Tue, 8 Apr 2008 12:06:24 +0530
  4. MIME-Version: 1.0
  5. Content-Type: multipart/report; report-type=delivery-status;
  6.     boundary="9B095B5ADSN=_01C893ACAADA63DA0000006Dmymachinename  "
  7. Message-ID: <NXRPmcarc0000002e@mymachinename>
  8. Subject: Delivery Status Notification (Failure)
  9.  
  10. This is a MIME-formatted message.  
  11. Portions of this message may be unreadable without a MIME-capable mail program.
  12.  
  13. --9B095B5ADSN=_01C893ACAADA63DA0000006Dmymachinename  
  14. Content-Type: text/plain; charset=unicode-1-1-utf-7
  15.  
  16. This is an automatically generated Delivery Status Notification.
  17.  
  18. Delivery to the following recipients failed.
  19.  
  20.        some@gmail.com
  21.  
  22.  
Apr 9 '08 #1
1 2912
DrBunchman
979 Expert 512MB
Hi rag84dec,

Are you sure your smtp is correctly configured? Are you using the local smtp server or a mail server?

Dr B
Apr 9 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: mashraf | last post by:
Hi, I am trying to send Mail from VB.net app but I can not do it. Even I can not do this = Imports system.mail, the mail option is not available. I also have to do more then one atachements. Some...
6
by: erdem kemer | last post by:
i cant send mail to yahoo mail or hotmail while i can send my other mail accounts (pop3) is it becouse yahoo and hotmail is web-based mail here is the code MailMessage mailMsg = new...
4
by: PawelR | last post by:
Hi, everbody. How send e-mail if smtp need authorization. If authorization is not required send email is not problem but I use SmtpMail.Send(myMail) PawelR
3
by: RN | last post by:
I am tired of sending mail from the built-in SMTP service for so many reasons (errors are nondescriptive in the event log, it doesn't let me control which IP address it sends from, and it...
2
by: asp coding | last post by:
hi all i need to send mail in ASP but it should not be sent from server, when user clicks on send mail button then only it should send the mail. i tried to send the mail using server, code...
3
by: crossroadsk | last post by:
<pre> Hi all, I'm new to Javamail concept and i got the following exceptions when i tried to send a simple mail. First exception is : using java Could not connect to SMTP host:...
3
by: preetishrivastava1984 | last post by:
Hi All, I am trying to send an email thru vb . But whenever I try to change the smtp name to smtp.gmail.com then an error iccurs (Must issue STARTTLS command first bla bla..) can anyone plz help...
1
by: maxxxxel | last post by:
Hi Can anyone help me with some asp code , I changed the code to use CDO.message instead of the old cdont.sys to send mail from a ASP webpage which works fine. Our problem is that when we send...
2
by: Marise | last post by:
Hello, I developed a PHP to send confirmation mail to my users. The users complainthat the mail goes to the SPAM section each time. What is the reason for this? I tested it several times, and I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.