You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to part...@googlegroups.com
Peter,
While running the "example" app, I got the attached msg, while checking, I found the "email" folder location is wrong, just moved it to be inside the "views -content" folder, then things gone smooth.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to part...@googlegroups.com
Hi Hasan,
I updated code and example.
Problem:
Webpage was created in older partial.js version. New version of partial.js supports rendering view by controller name (directory name === controller name).
Solution:
// read the e-mail template and render into the string vartemplate=self.view('~/email/contact', model,true);