How do you send data in a commandbutton to my email??

I use visual basic and i need to know the programming language nin which sends the info typed in the command buttons i have to me via email

Answer this question

How do you send data in a commandbutton to my email??

  • Sjorritsma

    this could be liite trick if you want to do it inside a windows form app, since you cannot be sure every client support System.Web.Mai( CDON'T , SMTP etc..) the work around is to create a web service to send the email, then send the message to the web service from your windows form app
  • How do you send data in a commandbutton to my email??