Sending an e-mail with Asp

Asked

Viewed 87 times

0

Good afternoon, you guys, Can anyone help me create an Address for email submission? I see several methods on google, but I don’t know which one I can use and I don’t understand all the terms. I’m trying to put on a page that I’m creating on the development server here at my stage. Can someone give me some tips?

  • You’re wearing a C# ?

  • Your question is very wide. Try to detail more, for example, what you have already done.

  • I made the site simple in html and css, and wanted to put an email submission form. The site is on an IIS-managed server so I guess I have to do the upload page on Asp right? ai wanted a help with this creation and configuration of Asp.

  • You can’t email only with HTML and CSS. You need to code in C# to do this.

1 answer

0

Sending email is not a simple thing. If using Smtp, you will need to configure it, in addition, the email must be configured correctly(in the tab Encaminhamento e POP/IMAP)

Take a look at: E-mail

Browser other questions tagged

You are not signed in. Login or sign up in order to post.