Email a text file on a server w/o human interaction

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

ibeetb

I sent a message in earlier.....but everyone thought I just wanted to send a
text file via email.....Forgive me for not being more specific.....I have a
text file on a server and I need to write some code for automatic sending of
this text file at a scheduled time WITHOUT human intervention......I do NOT
use Outlook as my email program. Any suggestions?
 
Hi,

Use a freeware SMTP mailer called BLAT.
This is a small exe file which takes command line
parameters and allows you to send SMTP mail.

http://www.interlog.com/~tcharron/blat.html

Create a small batch file and execute it via a scheduler
(like Windows Task Scheduler)

Regards,

Tim
 

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