{{ !empty($emailTemplate) ? 'Edit Email Template' : 'Add Email Template' }}
BackImportant Rules
For each email hook that would be added to the sytem, make sure to follow these rules:
- Use ##SYSTEM_APPLICATION_NAME## on the subject or message to print application name defined by admin settings.
- Use ##USER_EMAIL## on the subject or message to print user email.
- Use ##USER_NAME## on the subject or message to print user name.
- Make sure the message contain ##MESSAGE##.
Last updated templates
-
@foreach ($emailTemplateLists as $emailTemplate)
- {{ $emailTemplate->created_at->toFormattedDateString() }}
-
{{ $emailTemplate->created_at->format('H:i A') }}
{{ $emailTemplate->email_hook->title }} ({{ $emailTemplate->email_hook->slug }})
{{ $emailTemplate->email_preference->title }}
{{ $emailTemplate->subject }}
@endforeach