Skip to content
@templateless

Templateless

Ship faster by sending elegant emails using just code 🚀

Templateless is a service that allows you to quickly craft & send beautiful emails without ever leaving your code editor

X (formerly Twitter) Follow

  • 🚀 Ship faster by writing emails as code
  • 🥹 No drag-and-drop builders, no templates, no messing w/ HTML
  • 📬 Use your favorite email provider
  • 🍺 Start emailing for free

This is all it takes to create an email:

// Signup confirmation email in Rust 🦀

let email = Email::builder()
  .to(EmailAddress::new("customer@example.com"))
  .subject("Confirm your signup 👋")
  .content(
    Content::builder()
      .text("Please confirm your email address")
      .button("Confirm email", "https://your-company.com/confirm?token=")
      .build()?
  )
  .build()?;

Try an SDK — there are lots of components to explore ⬇️

Popular repositories

  1. templateless-rust templateless-rust Public

    Send transactional emails in Rust using just code 🦀

    Rust 3

  2. templateless-go templateless-go Public

    Send transactional emails in Go (Golang) using just code

    Go 3

  3. templateless-dotnet templateless-dotnet Public

    Send transactional emails in .NET (C#) using just code

    C# 3

  4. templateless-javascript templateless-javascript Public

    Send transactional emails in JavaScript / TypeScript using just code

    TypeScript 2

  5. templateless-php templateless-php Public

    Send transactional emails in PHP using just code

    PHP 2

  6. templateless-python templateless-python Public

    Send transactional emails in Python using just code

    Python 1

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…