CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Posts
    3

    contents of a form as email without using mailto

    how to send the contents of a form as email without using mailto in the action method of the form tag. is there any SMTP scripts for this, without using any server side scripting.

  2. #2
    Join Date
    Jan 2003
    Location
    North Carolina
    Posts
    309
    SMTP requires the SMTP services to be running on their machine. What specifically are you trying to accomplish (provide an example please) as mailto or server side are better suited anyway?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured