Default email templates

Empty trip log

Subject

๐Ÿ“’ Your Driving Logbook Is Empty

Content

<!DOCTYPE html>
  <html>
  <head>
  <title>Update on Your Driving Logbook ๐Ÿ“˜</title>
</head>
<body>
    <p><strong>Hello ๐Ÿ‘‹</strong>,</p>
      <p>We appreciate your interest in accessing your driving logbook. However, we noticed that the logbook for your selected period is currently empty ๐Ÿ—’๏ธ.</p>

<p>To populate your logbook, please begin recording your driving trips ๐Ÿš—. Alternatively, you might want to consider selecting a different period that aligns with your past driving activities ๐Ÿ“….</p>

<p>Once you have recorded trips or chosen another period, feel free to request your driving logbook again ๐Ÿ”„. We're here to ensure you get the information you need ๐ŸŒŸ.</p>

<p>If you have any questions or require assistance, our team is ready to support you ๐Ÿ‘. Your safe and enjoyable driving experience is our priority ๐Ÿ›ฃ๏ธ.</p>

<p>Wishing you safe travels ๐Ÿš™,<br>
  </body>
</html>

Trip log with data

Subject

๐Ÿ“’ Your Driving Logbook Is Ready!

Content

<!DOCTYPE html>
  <html>
  <head>
  <title>Your Driving Logbook Is Ready</title>
</head>
<body>
    <p><strong>Hello</strong>,</p>
      <p>Great news! ๐ŸŽ‰ Your requested driving logbook has been successfully generated and is attached to this email. We're pleased to inform you that all your recorded trips for the selected period are now compiled in this document.</p>

<p>Please find your driving logbook attached for your review. It contains all the details of your journeys, ensuring you have a complete record of your trips.</p>

<p>If you encounter any issues with the attached logbook or if you have any questions, please don't hesitate to contact us. We're always here to assist you.</p>

<p>Safe travels and happy driving! ๐Ÿš™</p>

<p>Best regards,<br>
  [Your Company's Name or Your Name]</p>
   </body>
   </html>