Page 1 of 1

[SOLVED] NMS sending page as email

Posted: Fri Aug 07, 2009 11:39 am
by bob_basli
Hi all,

Was curious if Newsletter Made Simple can send a cmsms page as newsletter / email

Anyone an idea?

Regards,
Arjan,
The Netherlands

Re: NMS sending page as email

Posted: Wed Sep 23, 2009 9:33 am
by athena_pallas
It seems me a good idea, too.

Re: NMS sending page as email

Posted: Wed Sep 23, 2009 9:51 am
by Jos
It is possible to include news or CGCalendar. So I guess that if you are able to call a specific single page with a smarty tag, it can be done?

Re: NMS sending page as email

Posted: Fri Oct 09, 2009 12:57 pm
by nico63
If somebody found a solution to send a page with NMS, it would be very interesting.
Regards,
Nicolas.

Re: NMS sending page as email

Posted: Fri Oct 09, 2009 5:12 pm
by Peciura
It looks like you need to insert {fetch} tag to message template.

Code: Select all

{fetch file='http://www.myweather.com/68502/'}
Also check http://www.smarty.net/manual/en/language.function.fetch.php

Re: NMS sending page as email

Posted: Fri Oct 09, 2009 5:39 pm
by nico63
Wonderfull and thanks a lot !!! It seems to work but I have to make more test to confirm that.

Re: NMS sending page as email

Posted: Tue Oct 13, 2009 9:58 am
by bob_basli
Works for what I'm looking for!!