Re: wodSmtpServer - sending mail to local multiple (General questions)
Nisha,
Can you please try this:
[code]Private Sub wodSmtpServer1_MailStart(ByVal User As WODSMTPSERVERCOMLib.ISmtpUser)
User.Message.FileName = C:\Messages.txt
User.Message.FileAppend = True
End Sub[/code]
Drazen
Complete thread:
- wodSmtpServer - sending mail to local multiple rec - nisha, 2008-07-17, 08:40
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 09:03
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 09:28
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 10:40
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 11:29
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 12:02
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 12:11
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 12:12
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 12:11
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 12:02
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 11:29
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 10:40
- Re: wodSmtpServer - sending mail to local multiple - nisha, 2008-07-17, 09:28
- Re: wodSmtpServer - sending mail to local multiple - woddrazen, 2008-07-17, 09:03