Trying to Send eMail from a File ? - WeOnlyDo Discussion board

Trying to Send eMail from a File ? (General questions)

by Maverick5, Wednesday, January 18, 2006, 01:54 (6887 days ago)

First I:
dim strFile as string
For Each strFile In Directory.GetFiles(mailBoxDir & OUTBOX )
SmtpC.Message.Load(strFile)
SmtpC.SendMessage()
Next

Why does this not work ?
shouldn't I load the message first to the component then send ?

Help, ahhhh

;-)
mav


Complete thread: