Emailing a Text File - Automatically

  • Thread starter Thread starter ibeetb
  • Start date Start date
I

ibeetb

Does anyone know how I can email a text file using Win XP by NOT using
Outlook or Express? I want it to be scheduled to automatically email itself
at a particular time.

Thank you
 
In
ibeetb said:
Does anyone know how I can email a text file using Win XP by NOT using
Outlook or Express?


Outlook and Outlook Express are two popular E-mail clients, but
there are many others available. Many are shareware or freeware;
do a google search and download one or more to try.
 
Sorry for not being more specific....I need to do this via code.......vba
code.....or some Win API code....
 
-----Original Message-----
Sorry for not being more specific....I need to do this via code.......vba
code.....or some Win API code....

I've done this in other languages but not those. It
should be easy. Look for an SMTP object/API and if you
can't fine one, just make a connection to the SMTP port.
The protocol will take you all of 5 minutes to implement
yourself. It's really not much more than to, from and
here's the message. (It's a simple human-readable text
protocol, which means you can practice it before coding
by just telneting to an SMTP server and typing at it.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top