Posts by Erik Torres • 1 point
1 post
-
0
votes1
answer54
viewsQ: Hello, my problem is that the email is being sent only when I check the email instead of showing the sender’s email shows the recipient’s
protected void btnEnviar_Click(object sender, EventArgs e) { string desEmail = "[email protected]"; string remetenteEmail = txtEmail.Text; //O e-mail do remetente …