Relay Emails with Java -
i want software (java-based) relay messages send address given group of recipients.
for example:
messages
group1@mysite.com
relayed part of group1.
therefor catch mails send group1@mysite.com
, , want send them each person individually, person should not see other recipients, should still see message intended for.
for example:
part of group1 are:
james@yahoo.com
,stacy@gmx.net
,francis@gmail.com
. original messagegroup1@mysite.com
"to"-recipient , not seeing in group.
i thought putting them in bcc, not have to-recipient set. , if set to-recipient message again , relay again, produces , endless loop.
any ideas?
if want act mailinglist, need work mailing list. acutaly send out e-mail every member.
so need send 3 mails james@yahoo.com stacy@gmx.net , francis@gmail.com
if want set to: field group1@mysite.com have track message id's of own sent e-mails, prevent loops
Comments
Post a Comment