Relative Content

Tag Archive for c#smtpmauiemail-client

I’m having trouble sending an email via c#

I’m trying to send an email message to a user who enters their email address. Generally, I’m trying to create a “forgot password” link. So what I’ve done so far is create a class that displays a form asking for the email address, and when they click on the ‘Submit’ button that is where I would like the email message to be sent. So the button_Clicked code I have so far is: