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
Complete thread:
- Trying to Send eMail from a File ? - Maverick5, 2006-01-18, 01:54
- Re: Trying to Send eMail from a File ? - wodSupport, 2006-01-18, 09:51
- Re: Trying to Send eMail from a File ? - Maverick5, 2006-01-18, 21:22
- Re: Trying to Send eMail from a File ? - Maverick5, 2006-01-18, 21:35
- Re: Trying to Send eMail from a File ? - wodSupport, 2006-01-18, 21:55
- Re: Trying to Send eMail from a File ? - Maverick5, 2006-01-18, 21:35
- Re: Trying to Send eMail from a File ? - Maverick5, 2006-01-18, 21:22
- Re: Trying to Send eMail from a File ? - wodSupport, 2006-01-18, 09:51