12-21-2007 10:57 AM
Hi to all,
i have an email sent to four recipients. I need to write a filter that from original mail, splits it in four identical mail for every recipient.
Is it possibile to do it ?
Thank You.
12-21-2007 11:49 AM
You might have to take a look at the feature set for the 300D/350D - if you want to do something you just described at grand scale.
For a "once only" implementation I don't believe there is a feature that can help you, unfortunately.
Torsten
12-21-2007 06:35 PM
Is this mail going inbound into your network or outbound to the Internet?
Can you provide an example of what information that we can separate the four emails to? Different destination domains?
Hi to all,
i have an email sent to four recipients. I need to write a filter that from original mail, splits it in four identical mail for every recipient.
Is it possibile to do it ?
Thank You.
01-22-2008 08:56 AM
Hi to all,
excuse me, for delay of my response.
the emails i want to split are inbound emails. I check the recipient address with an ldap query on Active Directory, then i sent this email to exchange infrastructure.
This is an example:
FROM: sender@externaldomain.com
TO: recipient1@mydomain.com, recipient2@mydomain.com, recipient3@mydomain.com, recipient4@mydomain.com
I want to split this email in 4 identical emails for every recipient.
I tried with alias configuration but it does not work. Even in this case only a mail is generated.
Thanks for your Help.
01-22-2008 03:42 PM
Unfortunately, that iis currently not possible. You would basically need to parse all the envelope recipients and then have the ability to do a FOR LOOP statement. In the FOR LOOP statement, you would generate a new mail for each entry. The system was designed to be efficient and if all the recipients are going to the same destination domain, they would be combined into one message and delivered to the destination.
You may want to bring this feature request up to your Sales Representative.
Hi to all,
excuse me, for delay of my response.
the emails i want to split are inbound emails. I check the recipient address with an ldap query on Active Directory, then i sent this email to exchange infrastructure.
This is an example:
FROM: sender@externaldomain.com
TO: recipient1@mydomain.com, recipient2@mydomain.com, recipient3@mydomain.com, recipient4@mydomain.com
I want to split this email in 4 identical emails for every recipient.
I tried with alias configuration but it does not work. Even in this case only a mail is generated.
Thanks for your Help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide