C
C#8mo ago
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?
5 Replies
Jester
Jester8mo ago
GitHub
GitHub - jstedfast/MailKit: A cross-platform .NET library for IMAP,...
A cross-platform .NET library for IMAP, POP3, and SMTP. - GitHub - jstedfast/MailKit: A cross-platform .NET library for IMAP, POP3, and SMTP.
WEIRD FLEX
WEIRD FLEX8mo ago
it seems like he wants a message templating package? but i mean a string interpolation should be fine
Jester
Jester8mo ago
it would help with adding attachements to an email
doolhofx
doolhofx8mo ago
Yea this will help, I also found the MailKit but wanted to know if it realy is a good one
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.