Re: wodSmtpServer - sending mail to local multiple (General questions)
Nisha,
Something like this?
[code]Private Sub wodSmtpServer1_MailStart(ByVal user As WODSMTPSERVERCOMLib.ISmtpUser)
Dim username As String
username = Mid(user.Message.MailTo, 2, (InStr(1, user.Message.MailTo, @ ) - 2))
user.Message.FileName = c:\ + username + .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