S
S
stepaniwe2018-01-10 23:20:33
PHP
stepaniwe, 2018-01-10 23:20:33

How to create an editable html email template?

This is the first time I've encountered this topic.
Please suggest any resources.
There is a drafted letter, but I would like its parts to be edited through a convenient interface (for example, like site templates on wordpress).
Thanks in advance and Happy New Year! ;)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Artem Ivanov, 2019-10-29
@selinatm

$go = $_GET['go'];
$test = $_GET['test']

if ( $go =='3' AND $test ='777' )
{
 echo 'example.com';
}

G
Gor Mkhitaryan, 2019-10-29
@MrFeaf

<?php

$url['777'] = 'example.com';
$url['999'] = 'example.com';
$url['111'] = 'example.com';

echo $url[$_GET['test']];

Accordingly, which index you pass to test, a link with this index will be displayed on the screen. It is possible to make through if-else then indexes will be normal.

A
Antonio Solo, 2018-01-10
@solotony

do you need a TinyMCE editor?

A
Anton Kiselyov, 2018-01-11
@zamboga

mailchimp. At the same time and mailing will do.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question