472,950 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Max recipients allowed in TO list

hi..
Is there a max on the number of recipients allowed in the multiple
recipient format when we send mail through system.we.mail?
Jun 27 '08 #1
3 1797
My guess (didn't research it) is that even if there is a limit, you would
not want to come near it. Many SMTP servers have their own limits of how
many recipients they'll allow in a message that they're relaying along. I'd
limit your recipients to 500 or something more conservative if you want to
be safe. You don't have any control over external smtp servers or spam
filters, and you want to minimize the risk of your message being rejected.

Ray Costanzo

"gella" <ge************@gmail.comwrote in message
news:20**********************************@25g2000h sx.googlegroups.com...
hi..
Is there a max on the number of recipients allowed in the multiple
recipient format when we send mail through system.we.mail?

Jun 27 '08 #2
There is no max number limit. you can invoke the '.send' method in multi
thread environment

HTH
"gella" <ge************@gmail.comwrote in message
news:20**********************************@25g2000h sx.googlegroups.com...
hi..
Is there a max on the number of recipients allowed in the multiple
recipient format when we send mail through system.we.mail?
Jun 27 '08 #3
On May 20, 6:06*pm, "DSK Chakravarthy" <dskch...@msn.comwrote:
There is no max number limit. you can invoke the '.send' method in multi
thread environment

HTH

"gella" <gellashailu...@gmail.comwrote in message

news:20**********************************@25g2000h sx.googlegroups.com...
hi..
Is there a max on the number of recipients allowed in the multiple
recipient format when we send mail through system.we.mail?- Hide quoted text -

- Show quoted text -
thank you for the response.
Jun 27 '08 #4

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

Similar topics

2
by: Alex Hunsley | last post by:
I'm using the smtp module to send emails from python. I would like to specify several recipients of the email like follows: msg = MIMEText(time.ctime("Body text of email") me =...
8
by: dccarson | last post by:
Here is a snippet of code which does not send to all recipients. However, it also does not inform me of this error. My suspicion is that this only fails for users with longer usernames. The two I...
2
by: Anushya | last post by:
Hi Recipients collection is not working properly in .NET. dont know whether the bug is with redemption/NET. Even when i loop thru it displays the first address every time. for(int...
2
by: .Net Newbie | last post by:
Hello, I am currently coding my ASP.Net pages in c# and have run into a question concerning Emails. I have four objects on a page (six including 2 buttons). The first is a subject line...
4
by: Michelle | last post by:
Hi Is it possible/anyone know how to send a document (.pdf) to multiple recipients using POP where the email is not just a matter of throwing 1000 email addresses in the BCC list, but each email...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
0
by: juglesh | last post by:
Hi there, So, what's the story here? The manual says I can use an array or csv in the $recipients, but using the same array in the $headers gives me an Array@myhost.com. It works, and both...
2
by: Bill Fallon | last post by:
I have a VS2005 VB.Net windows form application deployed to a share drive. The windows explorer security permissions for this application (.exe) file is set for Everyone with List Folder/Read Data...
7
by: Grok | last post by:
I need an elegant way to remove any characters in a string if they are not in an allowed char list. The part cleaning files of the non-allowed characters will run as a service, so no forms here. ...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

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.