About creating a new Email Template

4 posts by 2 authors in: Forums > CMS Builder
Last Post: April 5, 2018   (RSS)

By andreasml - April 4, 2018

Hello to everyone

I cannot understand how the Email Templates really work. I can construct the content of the email, but I cannot understand how I will make this template running. How will I connect it to a specific action, i.e. when this email template will be activated?

Kind regards

Andreas Lazaris

By leo - April 5, 2018

Hi,

Under your email template section advanced commands drop down (bottom left), there is an option "Developers: Show sendMessage() PHP". This option will take you to a page that lists all the sendMessage() functions for each template. And by calling those sendMessage() functions the email will be sent with the set data. You can also specify what placeholders to use for the template as well.

Let me know if you have any questions!

Thanks,

Leo - PHP Programmer (in training)
interactivetools.com

By andreasml - April 5, 2018

Hello again

Unfortunately it is not very clear to me

For example, I want to send an automatic email to each user I create, with all his info (email, username, password etc). How will I do it?

Thanks in advance

Andreas Lazaris