Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoncho57 committed Apr 16, 2024
1 parent 7d0a8e3 commit 296c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmailSender/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private void sendB_Click(object sender, EventArgs e)
message.Body = bodyTBox.Text;

client.Send(message);
MessageBox.Show("Successfully send email!");
MessageBox.Show("Successfully sent email!");
}
}
catch (SmtpException ex)
Expand Down

0 comments on commit 296c861

Please sign in to comment.