javascript - HTML Website, Email issues -


hi need code send e-mail directly javascript, without load information on outlook server, or other email server. using html static website. there way achieve or have move asp.net system.mail library.

any highly appreciated.

regards

you have different options, unfortunately no 1 fits definition

  • you can use third party email form system. set contact form (fields, tos, ccs...) loaded page.
  • you call server-side method managing request (so should go asp.net or other server side language)
  • you have webservice way contact mail server , submit email requests, you'll need ajax call perform operation
  • call user mail client (i.e outlook, thunderbird)

Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -