An open API service indexing awesome lists of open source software.

https://github.com/alysonsz/blazorssr-send-email

Send Email with Blazor SSR (Static Server-Side Rendering)
https://github.com/alysonsz/blazorssr-send-email

Last synced: 4 months ago
JSON representation

Send Email with Blazor SSR (Static Server-Side Rendering)

Awesome Lists containing this project

README

        

Tutorial installing dependencies and Testing the Application

1. Right click on BlazorSSRSendEmail
![tutorial part 1](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/1a96fc9c-6068-430b-8fed-4de8098756b7)

2. Click on Manage Nuget Packages (the image is in PT-BR)
![tutorial part 2](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/105d3843-f65c-4a47-a79e-3cd2dd341c73)

3. In the search bar type "Mailkit" and Install
![tutorial part 3](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/69e763ca-4b70-413b-b1db-84c5b1f339f3)

4. Run the application
![tutorial part 4](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/adf8bc28-f4e9-4e7c-b942-eb8ca6401384)

5. It will open a localhost in your browser with the Blazor application shown in the image
![test send email](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/61bfdcd9-2dbb-4037-bbe1-81aeda904b33)

6. Here we have a test email sending to test the web application
![ethereal confirm 1](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/f590112a-24bc-4daa-b4ad-7e3b4c832d6c)

7. Using ethereal to test email receipt, we confirm receipt
![ethereal confirm 2](https://github.com/alysonsz/BlazorSSR-Send-Email/assets/125091371/5c3ce928-cb3b-4c4f-89de-5079c41a4089)