Search code examples
c#feedbackuser-feedback

Allow customers to send feedback


I thought this would be simpler. I want to allow users of my software to fill out a feedback form, which would then get emailed to me.

Apparently, this is not as simple as just calling a "Send Email" function. The user could be anywhere in the world, and as long as they have internet access, I'd like them to have the ability to send me feedback.

What's the simplest way to do this?


Solution

  • Gusman got me on the right track. Instead of using Mandrill, I set up a new gmail account for my application to use as the sender.

    I found this and it works beautifully:

    Sending email in .NET through Gmail