473,796 Members | 2,482 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Writing into the Pickup directory

Hi,
I created an ASP page for sending email messages. I'd like to write
these messages directly into the C:\Inetpub\mail root\Pickup directory.
The problem is that when the IIS SMTP is active writing is not
possible... How can I do?

Thank you very much in advance
Carmelo
Jul 3 '08 #1
2 1872
Please always post the exact error message you get and a basic description
of how you are doing things to help narrow down possible failure causes...

I suspect you are trying to write directly ot this directory ? What if you
write somewhere else and then move the file there ?

You could also try :
http://www.systemnetmail.com/faq/4.7.aspx#4.7 (allows to use the pickup
directory but at a higher level). If "classic" ASP your component should
have a similar property...
--
Patrice

"carmelo" <cs****@tiscali .ita crit dans le message de groupe de
discussion :
0e************* *************** **...legroup s.com...
Hi,
I created an ASP page for sending email messages. I'd like to write
these messages directly into the C:\Inetpub\mail root\Pickup directory.
The problem is that when the IIS SMTP is active writing is not
possible... How can I do?

Thank you very much in advance
Carmelo

Jul 3 '08 #2
I discovered that the problem was not about writing when the IIS SMTP
is active... The problem seems to be due to a limit on the length of
text data I'm trying to post to the ASP page...

Have you got any suggestion to avoid long text data post limits ?
Thank you again
Carmelo
Jul 11 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
24986
by: Alan Howard | last post by:
Hi there, I can't seem to find any info on this error message that's generated when sending email with CDO: "The pickup directory path is required and was not specified" Does anyone know whether the cdoSMTPServerPickupDirectory field of the Message object defaults and whether it's normal to have to set this value explicitly. My W2K workstations and servers function OK without this
7
3522
by: Lau | last post by:
I need to send 1000 emails from an asp.net website. Normally I would use System.Web.Mail.MailMessage() to send thru an SMTP server. But the large amount of emails results in a timeout. My server administrator told me to write the emails to the “pickup directory” instead. I know that JMail can do this in ASP, but how do you do this in asp.net? -- --------------------
2
3307
by: Samuel | last post by:
Hi, I am not too sure how to send email with System.Web.Mail using Pickup directory. The following is what I have ==================================================== eMail = new MailMessage() eMail.BodyFormat = MailFormat.Text eMail.To = "recipients@hotmail.com"
1
2957
by: Benny Ng | last post by:
Dear All, Now I just finished my winform application. And a part of that is to send email reminder to the users. It's working fine in the server that with SMTP service in Windows 2003. But now the user wants to used the Linux server to send email messages. (already installed the SMTP service in that). Unfortunatelly one error shown after the sending funciton invoked. It shows "Pickup directory is not existed,x,x,x,,"
6
2534
by: rekaeps | last post by:
We are developing an ASP.NET 2.0 (C#) application, and I'm having troubles sending e-mail from the server when accessing the web site from a separate client computer. Also, in the same scenario, I'm having trouble writing to the server's event log. Here's some details: Server and workstation both in the same workgroup Logged into server as local Administrator Logged into workstation as a local user that is only in the Users group on
1
2154
by: mpaine | last post by:
Hi, I am trying to write .eml files to a remote UNC directory - do you know if this could be done, such as: <mailSettings> <smtp> <network
4
6887
by: AndyNY | last post by:
We are using asp.net 2.0 to send email to the pickup folder but are getting an error: Cannot get IIS pickup directory the code is rather simple we are testing with. System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage("test@testing.com", "test@test.com",
5
11106
by: =?Utf-8?B?bW9tbw==?= | last post by:
Hello, I've been having a prlbem sending an email using ASP.net 2.0 I can send an email if “To” address is hotmail, gmail or yahoo but not other addresses. Does anyone know how I can resolve this problem? Thank you very much in advance, Chieko
7
4860
theGeek
by: theGeek | last post by:
Hello all! My problem is: "How can we read an email from a specified pickup directory to which the mails were sent using SmtpClient.Send after setting the SmtpClient.Deliverymethod = Deliverymethod.SpecifiedPickupDirectory" This could be needed so that a service periodically checks if there are any emails in the pick up folder, if so send those to actucal recipients. When the delivery method is specified as...
0
9673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9525
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
7546
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 presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5569
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.