mhm360 New Member May 12, 2015 #1 Is there a way to send a preview email to yourself before sending a campaign? Thx
twisted1919 Administrator Staff member May 12, 2015 #2 Yes, there's a TEST button in the template step of the campaign, see:
Howard Member Jun 1, 2015 #4 What i did is add a little code at /apps/customer/views/campaigns/step-template-create.php Code: [<a href="http://yourdomain.com/index.php/campaigns/<?php echo $campaign->campaign_uid; ?>" target=_new>Preview Letter</a>] Just to make my life easier of having to preview the letter without sending it.
What i did is add a little code at /apps/customer/views/campaigns/step-template-create.php Code: [<a href="http://yourdomain.com/index.php/campaigns/<?php echo $campaign->campaign_uid; ?>" target=_new>Preview Letter</a>] Just to make my life easier of having to preview the letter without sending it.