Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Looking for a custom newsletter solution

Community Beginner ,
Nov 26, 2008 Nov 26, 2008
I’m looking for a solution. I’ve got a client who tasked me to code a newsletter system. I created a system whereby they can add pictures and text to articles, which are then consolidated in a single newsletter, run through a CFMAIL tag looped through a database, and Bob’s your auntie.
Now they say, fine, but how do they do custom layouts – “like in the included word doc”. Basically non-IT-savvy clients wants to have their word doc mailed to their database, but not as an attachment. (Attachment would be easy!). It needs to display in their recipients inbox the way it looks in word – with the normal limitations, of course. Basically – compose a message in outlook/word and send it to the database – which is maintained on the CF server.
I’m stumped! I thought of saving the word docs as MHT files and embedding them in the body of the CFMAIL tag, but on the recipient side it just laughs at me (should have guessed, was too simple).
How can I solve this problem? Any help would be appreciated as I’ve already spent 3 non-billable days looking for a way to make this happen.
TOPICS
Advanced techniques
364
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 27, 2008 Nov 27, 2008
Jellyhead wrote:
> I?m looking for a solution. I?ve got a client who tasked me to code a
> newsletter system. I created a system whereby they can add pictures and text
> to articles, which are then consolidated in a single newsletter, run through a
> CFMAIL tag looped through a database, and Bob?s your auntie.
> Now they say, fine, but how do they do custom layouts ? ?like in the included
> word doc?. Basically non-IT-savvy clients wants to have their word doc mailed
> to their database, but not as an attachment. (Attachment would be easy!). It
> needs to display in their recipients inbox the way it looks in word ? with the
> normal limitations, of course. Basically ? compose a message in outlook/word
> and send it to the database ? which is maintained on the CF server.
> I?m stumped! I thought of saving the word docs as MHT files and embedding
> them in the body of the CFMAIL tag, but on the recipient side it just laughs at
> me (should have guessed, was too simple).
> How can I solve this problem? Any help would be appreciated as I?ve already
> spent 3 non-billable days looking for a way to make this happen.

You can use FCKEditor to edit the newsletter text. That way they can
change colors, fonts, etc.

--
Mack
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 27, 2008 Nov 27, 2008
LATEST
yes!!!!!!!!!!!!!!!!!!!!!!!!11111

he is right
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources