Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Templates

Nathan Geerinck edited this page Mar 16, 2017 · 8 revisions

At this page you can find the features of the Laravel Newsletter Templates.

Variables

Here you have a list of all available variables:

%subject%
%email%
%name%
%country%

Unsubscribe link

You can add an unsubscribe link to your template. This link will be generated for every subsciber, and it's unique.

Usage

%unsubscribe_link%

Important! The unsubscribe link uses the APP_URL from your .env file, make sure this is your application link!


Clone this wiki locally