Is there a max number of addresses allowed in a mailto link? Are there any limitations as to the maximum limit of individual recipients allowed by email clients such as Navigator and Outlook?
maybe at 200 or so....might watch the 128 & 256 barriers, but you'll also have to make sure you don't exceed that 256 char. limit on GET method forms <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= > </a><br>*nix installation & program collector/reseller. Contact me if you think you've got one that I don't
I have tested up to 63 addresses so far - all valid. Netscape properly handled the process and mailed the messages. My ISP allowed this, so if it has a limit, the limit is greater than 63.<br>
<br>
I may need up to 200 addresses in the mailto!!??? As a last resort, once I get the 200 actual addresses, I will just give it a try.
If you need to track information, perhaps you could use some sort of bugzilla system or the like. <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href=
Mail-merge is a way of taking two documents and merging them into a third form. In this case, one document is the body of a letter. The other document is a list of, say, e-mail addresses.
The actual merge is when you send a copy of the letter to each e-mail address.
Word has a good tutorial on doing this, and there are lots of other tutorals on the web.
If you wanted some web-based application to do a mailmerge, what I would do is to have, say, a Perl script open an addresses file on the server. Then, it would sequence through the addresses and send a note (probably using sendmail) to each recipient on the list.
Populating the mailing list is a different process. That can be done any number of ways. You might upload the list every couple of days, or even have a "sign up for our mailing list!" link that takes the address they offer and automatically updates the list.
I've mail-merged locally using Word -- I do it all the time for one of my newsletters -- and I've worked with Perl messing with sendmail. I've not done exactly this sort of thing, but it certainly seems do-able. I would be surprised if someone authoritatively told me it couldn't be done, so I'm pretty confident it's do-able.
But it requires a good understanding of sendmail and of whatever language your server allows (be it Perl, C, Forth, etc.) and of how you implement CGI programming on your server.
Chances are, your ISP already has some tools you can modify.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.