Re: wodSmtpServer - sending mail to local multiple (General questions)
Hi,
Thanks for quick response.
I have tried from smaple too. Actually i want to store msgs/file per User. (Multiple msgs for individual user)
when i write the below code in MailTo event, it works well if recipient is single..
User.Message.Filename = PATH + username/recipientname;
User.Message.FileAppend = true;
User.Message.Tag = username/recipientname;
But the problem arises when there are multiple recipients (In this case i want to create muliple files per each user) ..and it creates the msg file for last user/recipient only..NOT for all the recipients..
I need help for above.
Thanks.
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