Hi all, when creating a web app to send emails to a specified email address using C#, one has to supply the login
credentials(username and password) of the specified email address.
The question I have is when the credentials for that email change is there a way to dynamically update the C#
code to reflect the changes. Thanks in advance.
Go to the complete details ...