Trying to Send eMail from a File ? (General questions)
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
Re: Trying to Send eMail from a File ?
Yes, that should work. Why doesn't it work, did you check Transcript property? Do you use blocking mode?
Re: Trying to Send eMail from a File ?
It says Component Busy...
I'm not using blocking or transcript,
should I be ?
Mav
Re: Trying to Send eMail from a File ?
set blocking to false, component still busy...
Re: Trying to Send eMail from a File ?
Mav,
how about full code?
Kreso