https://github.com/genebit/mailer
An ASPNET web application to send emails in google
https://github.com/genebit/mailer
aspnet-mvc c-sharp smpt
Last synced: 2 months ago
JSON representation
An ASPNET web application to send emails in google
- Host: GitHub
- URL: https://github.com/genebit/mailer
- Owner: genebit
- Created: 2023-02-25T15:40:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T15:47:50.000Z (over 3 years ago)
- Last Synced: 2025-07-21T00:42:41.069Z (11 months ago)
- Topics: aspnet-mvc, c-sharp, smpt
- Language: JavaScript
- Homepage:
- Size: 47.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailer
An ASPNET web application to send emails in google
**How to run program:**
- Run in Visual Studio
**How it works:**
- The main code is within the `Controller/HomeController.cs`
- The code works by having the sender (google) account enabled their `2-step Verification.` (This can be found in the *myaccount.google.com* under, security settings)
- If the `2-step Verification` is enabled then the `App Password` section will show.
- Click `App Password` and login.
- `Select app > Other (custom name)` label your usage for that password.