Email a text file on a server without 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?
 
ibeetb said:
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?

Visual Basic on a server with SMTP running (or some other programming
language that can run in the background).

- J
 
Hey Jay....sorry to sound stupid but.....I know VB.....but I do not
understand how to process your response. Can you elaborate
 
Back
Top