I have code to send emails to myself. The SmtpClient object requires a port (int) and host (string). What values do I need for this? Thanks
Actually it should still be the same. On our web server we have setup an smtp service for the web server. Its the recommend way of sending out email with your web application.