|
Yes, that's a limitation. What we do for our
lists is to add code to the RCPT template to control headers. Our code
looks like:
<cfif form.smtpto is "[EMAIL PROTECTED]">
<insetheader To="inFusion Support List <[EMAIL PROTECTED]>"> <insetheader Reply-to="[EMAIL PROTECTED]"> <insetheader Precedence="bulk"> <insetheader subjectprepend="[iMS] "> <insetheader Disposition-Notification-To=""> <insetheader Return-Receipt-To=""> </cfif> And then we have the list set up as a processor in
FusionMail. The list code does a query on list members and sends the email
like this:
<cfx_imsmail query="members" queryfield="email" smtpfrom="<[EMAIL PROTECTED]>" priority="9" warnto="<>" failto="<>" quotedprintable="no" token_addheader_X_List="[EMAIL PROTECTED]" token_addheader_X_ListMember="[email protected]" emailfile="#form.emailfile#" token_msgfooter="==^======================================================= This list server is Powered by iMS ""The Swiss Army Knife of Mail Servers"" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^======================================================= " token_htmlmsgfooter="<!-- iMS Footer --> <p><center><table border=1><tr><td align=center> This list server is Powered by iMS<br> ""The Swiss Army Knife of Mail Servers""<br> <hr> To leave this list please complete the form at <a href=""http://www.coolfusion.com/iMSSupport.cfm"">http://www.coolfusion.com/iMSSupport.cfm</a><br> Need an iMS Developer license? Sign up for a free license here: <a href=""http://www.coolfusion.com/iMSDevelopers.cfm"">http://www.coolfusion.com/iMSDevelopers.cfm</a><br> List archives: <a href=""http://www.mail-archive.com/infusion-email%40eoscape.com/"">http://www.mail-archive.com/infusion-email%40eoscape.com/</a><br> Note: You are subscribed as [email protected]</td></tr></table></center>" > HTH,
Howie
|
- [iMS] Sending Test Messages Doug Moore
- Re: [iMS] Sending Test Messages Howie Hamlin
- RE: [iMS] Sending Test Messages Doug Moore
- Re: [iMS] Sending Test Messages Howie Hamlin
- Re: [iMS] Sending Test Messages Howie Hamlin
- RE: [iMS] Sending Test Messages Doug Moore
- Re: [iMS] Sending Test Messages Howie Hamlin
- RE: [iMS] Sending Test Messages Doug Moore
- RE: [iMS] Sending Test Messages Doug Moore
- RE: [iMS] Sending Test Messages Doug Moore
- Re: [iMS] Sending Test Messages Howie Hamlin
