473,387 Members | 3,781 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,387 software developers and data experts.

Filesize limitations using cdoSendUsingPickup, cdoSendUsingPort

Just migrating some code from CDONTS to CDO and noticed some behaviour I
want to verify.

When using cdoSendUsingPickup the outgoing email spools to the local
filesystem first before being routed out. When using cdoSendUsingPort it
goes directly to the remote email server and seems to bypass the virtual
SMTP server running on the local machine (which can be stopped). This is all
fine.

I noticed that sending emails that exceed the maximum filesize limitation
set in the SMTP server properties pages only seems to trigger an error when
using port, not pickup. Is this expected?

Cheers,

Alan
Jul 19 '05 #1
2 2416
IPT
Are outgoing email server for cdoSendUsingPickup and cdoSendUsingPort same?

If they aren't, this may be that the remote server of cdoSendUsingPort has
no filesize limitation.

"Alan Howard" <Xa***********@Xparadise.net.nzX> wrote in message
news:OT**************@TK2MSFTNGP09.phx.gbl...
Just migrating some code from CDONTS to CDO and noticed some behaviour I
want to verify.

When using cdoSendUsingPickup the outgoing email spools to the local
filesystem first before being routed out. When using cdoSendUsingPort it
goes directly to the remote email server and seems to bypass the virtual
SMTP server running on the local machine (which can be stopped). This is all fine.

I noticed that sending emails that exceed the maximum filesize limitation
set in the SMTP server properties pages only seems to trigger an error when using port, not pickup. Is this expected?

Cheers,

Alan

Jul 19 '05 #2
> > I noticed that sending emails that exceed the maximum filesize
limitation
set in the SMTP server properties pages only seems to trigger an error when
using port, not pickup. Is this expected?

Are outgoing email server for cdoSendUsingPickup and cdoSendUsingPort same?
If they aren't, this may be that the remote server of cdoSendUsingPort has
no filesize limitation.


Pickup goes via the local machine's pickup directory and port sends via a
remote machine on my network. During much experimentation I've tried
changing the settings of the SMTP servers on both machines (local and
remote) and as far as I can tell the max filesize limitation isn't enforced
when using cdoSendUsingPickup.
Jul 19 '05 #3

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

Similar topics

0
by: Phil Powell | last post by:
// PROCESS XML CONTENT INTO DYNAMICALLY-NAMED ARRAYS foreach (array('mime', 'state', 'country') as $val) { $parser = xml_parser_create(); xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1);...
11
by: Andy | last post by:
Hi Gang Our network administrator does not want to install the IIS SMTP server on our intranet. He wants me to use our existing SMTP server "mail.smpi.siemens.ca". Can I do this with IIS?? Is...
15
by: tabonni | last post by:
Hi I try to grab the checked files from HTML page and then send those PDF files as attachments. It can just send email, there are no PDF files attached. Can anybody point out my error? My...
35
by: deko | last post by:
Do I get more scalability if I split my database? The way I calculate things now, I'll be lucky to get 100,000 records in my Access 2003 mdb. Here some math: Max mdb/mde size = 2000 x 1024 =...
1
by: Dean | last post by:
I am using MailMessage (CDOSYS) to send emails. I would like to turn off the SMTP service (it's on the local machine) and look at the emails in the pickup folder before they get sent out. However,...
0
by: Bill Nguyen | last post by:
Please take a look at the code below. I kept getting the error message: CDO.Message.1 error '80040213' - The transport failed to connect to the server. Win 2003 IIS 6.0 SMTP configured...
4
by: aroraamit81 | last post by:
Hi, I am using CDO component to send emails through my ASP page as I am having IIS on windows XP.......... Now the mails goes and gets into mailroot\Queue folder but does not reaches to the...
0
by: Atenza | last post by:
Hi all, I develop an VB6 program to send email by using CDOSYS.DLL. It works fine as follow: Dim iMsg As New CDO.Message Dim iDsrc As CDO.IDataSource Set iDsrc = iMsg ' (QueryInterface)...
3
by: Prasad | last post by:
Hi all, I had to write a page in ASP which sends an email. I googled and was able to write the following code: <html> <body> <% Set Mail = Server.CreateObject("CDONTS.NewMail") Mail.To =...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.