jellyfishfingers / EmailTemplateGenerator

This application will create an Email Template Generator.
MIT License
4 stars 2 forks source link

Possible Improvements #1

Open musictopia2 opened 2 years ago

musictopia2 commented 2 years ago

I checked out your project from Tim Corey's Challenge. Have you thought of the following (which I can help with)

  1. Doing a WebUI (in blazor). For this, its actually possible to create a UI in blazor which can be shared with Windows Forms, WPF, etc. with Blazor Hybrid. If that interests you, I can help with that.

  2. Create a class library for the behind the scene stuff. This means if somebody wants to create their own UI for the system, they can. I can help with that as well

  3. If there is lots of repeating code, I may even be able to create a source generator so all the routine stuff is done automatically as well.

Here is my link to github that shows many projects I have done. https://github.com/musictopia2

I would love working with you if possible.

jellyfishfingers commented 2 years ago

Thanks! WebUI sounds interesting. Definitely something to explore :) I'll let you know when I'm ready.

WWPowell-ga commented 2 years ago

Maybe the app should do the emailing rather than just build a .txt? I have some MailKit code I could contribute...