Skip to content

laravelmail/warning-for-not-wearing-mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning For Not Wearing Mask

Professional email template warning recipients about the importance of wearing masks during the COVID-19 pandemic.

Thumbnail

Template Details

  • Industries: Healthcare
  • Message Type: System Notification
  • Tags: safety, mask, covid-19

Files

  • index.html: The improved, localized, and branded HTML template.
  • template.blade.php: Ready-to-use Laravel Blade template with asset() helpers.
  • assets/: Directory containing localized images and styles used in the template.

Usage in Laravel

1. Store the Template

Place the index.html content in a Blade view (e.g., resources/views/emails/warning-for-not-wearing-mask.blade.php).

2. Handle Assets

Move the content of assets/ to your public directory (e.g., public/vendor/mail-templates/warning-for-not-wearing-mask/) and update the paths in the HTML to use the asset() helper.

3. Send Email

Mail::to($user)->send(new \App\Mail\GenericEmail([
    'view' => 'emails.warning-for-not-wearing-mask',
    'data' => [
        // Your dynamic data here
    ]
]));

Created with ❤️ by LaravelMail.com - Your source for professional email templates.

About

Professional email template warning recipients about the importance of wearing masks during the COVID-19 pandemic.... | View more at LaravelMail.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors