Skip to main content

✉️ Emails & Email Providers

Springular uses SendGrid to send emails. You can customize the look of the emails in two ways:

  1. Thymeleaf HTML Templates:

    • Email templates are stored in resources/templates/emails.
    • You can modify these templates directly to adjust the email design.
    • Thymeleaf allows you to use dynamic data in the templates, like user names, links, or other personalized content.
  2. SendGrid Templates:

    • You can also use SendGrid's built-in template system to create and manage email designs.
    • SendGrid offers a drag-and-drop editor for creating templates or you can write custom HTML.
    • Once a template is created in SendGrid, you can integrate it into the app by calling the appropriate template ID when sending emails.

Both methods let you adjust the design, content, and style of the emails sent from Springular. Choose the one that best fits your workflow.