.net - I want to parse and send an automated response to an email. Where do I start? -
I had planned to use an open source SMTP server as the basis and to do whatever it needed for parsing To add new feature was to send feedback, but I am thinking that there is an easy way to do this.
Is my best option doing a SMTP server roll or is this an easy way for me?
I like using .NET to do this.
.NET libraries are relatively simple.
To start the mail, write a program to download mail:.
Once you say that you use e-mail content using regex or whatever rules the engine is building and then use to send your responses.
Comments
Post a Comment