Hi, I have coded a new feature and I don't know where to save the file so I post it to the list. It would be fine to add the functionality to the core.
With the attached template it is now possible to send personalized emails from the message centre. Simply write variable names inside the bodytext of your email that matches the keys of an userprofile. e.g. Dear #firstname# #lastname#. The code will parse the bodytext for variable names surrounded by hashmarks(#) and replace them with the values of matching key names from the userprofile. Steps to do: backup farcry_core/packages/types/_dmEmail/send.cfm copy the attached send.cfm to farcry_core/packages/types/_dmEmail/ try to send a new message with #firstname# #lastname# inside Thanks Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
send.cfm
Description: Binary data