function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MWelch_WTMWelch_WT 

Editing and sending email from Custom Objects

I'm trying to come up with a way to edit and send email from a custom object.  This topic was addressed briefly in this thread from last summer: Email page with Template but at the time there didn't seem to be any solution.

 

I'm OK with building my own VF page and accompanying class, which wouldn't be too hard.  Where the problem arises, though, is when trying to use templates.  It seems to me that I'd have to rebuild some kind of template parser if I wanted to be able to edit the email after a template has been applied.  (This is assuming I could even read in the raw template source to begin with.)  Needless to say, the complexity scales significantly at this point.

 

I was wondering if any more elegant solution had been discovered or introduced since then.

 

Thanks for any help.