C#C
C#3y ago
5 replies
doolhofx

❔ Creating an e-mail concept using C#

Hello, I want to create an application that I can use to automatically create an e-mail concept with 1 variable attachment and some variable text.
Now I have to create a mail, type address, text and add a PDF document every time. I want to automate that.

So when I open the console application, I will in a number for example 12, and C# creates an e-mail concept for me with everywhere the number 12 where it should and add the attachment that is named 12 in the folder that I created for it.

Anyone know what is a good library to use for that?
Was this page helpful?