I assume that your workstations are connected to the Internet through your
server? If this is the case, then the server will be doing the bulk of the
work anyway. The creation of the email itself is not that resource
intensive compared to the log jam that will be caused to your network when
trying to squeeze 3,000 emails with attachments through it.
Is sending attachments the best way to achieve what you want? What about
providing links in the email so that recipients can download the docs from
your server if they need/want to?
Also, in answer to the question, why should the server be doing the work -
that's what they are intended for. If yours isn't up to it, you should
upgrade - and that's even more reason for you to rethink your approach.
Nevertheless, if you still want to go the route you propose, have a look at
..vbs files on each workstation under the task scheduler, ensure that an SMTP
service is running on each machine, and follow up in a more appropriate
group such as microsoft.public.scripting.wsh.
--
Mike Brind
"RedMoosh" <Re******@discussions.microsoft.comwrote in message
news:21**********************************@microsof t.com...
we need to send bulk email, sometimes to 3000 users, and each email can
have
3 or 4 attachments. the user/client has access to the attachments not the
server. why should the server be using its resources while the client is
doing nothing. how am i on the wrong track?
"Ray Costanzo [MVP]" wrote:
>You are most likely on the wrong track.
1. Client-side vbscript is a bad choice.
2. This isn't a client-side group
3. Why would you want to send e-mail from a CLIENT machine? This is
what
the server is for!
4. Lotus Notes? Please relay my condolences to those users.
Ray at work
"RedMoosh" <Re******@discussions.microsoft.comwrote in message
news:78**********************************@microso ft.com...
is it possible to rn a client side vbscript to send messages using
cdo.message and cdo.configuration? what are the requirements to do
this?
my
wks are xp and 2000 and all have cdosys.dll registered. do i have to
have
outlook express loaded. i have workstations that don't have outlook
but
rather lotus notes and want to send email to an smtp server. these
emails
have local attachment thus the need to run client script versus server
scripts. is this possible or am i on the wrong track.