Skip to content

This repository is an example for sending emails using the FluentEmail library in .NET 8

Notifications You must be signed in to change notification settings

LinThitHtwe/FluentEmail-Example

Repository files navigation

FluentEmail Example

This repository is an example for sending emails using the FluentEmail library.

Prerequisites

  • SMTP server credentials (e.g., Gmail, Outlook, or custom server)

Setup

Clone the Repository:

git clone https://github.com/LinThitHtwe/FluentEmailExample.git

Configure Environment Variables: Add environment variables in a .env file inside FluentEmail.Example.Api project:

  EMAIL_HOST=smtp.example.com
  EMAIL_PORT=587
  EMAIL=your-email@example.com
  DEFAULT_EMAIL=your-email@example.com
  EMAIL_PASSWORD=your-email-password

Usage

You can check out the postman collections for calling the endpoints.

About

This repository is an example for sending emails using the FluentEmail library in .NET 8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published