CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HTML Mailto

  1. #1
    Guest

    HTML Mailto

    This is a question regarding the use of mailto in HTML.

    Does anyon know if there is a limit on the amount of characters that can be used with this function.

    When I use the following statement, everything is OK:

    mailto:[email protected]

    However, if I put about 20 email addresses after mailto:, then I get the following error both on Outlook and Notes email:

    "Could not perform this operation because the default mail client is not properly installed"

    Any help is most appreciated.




  2. #2
    Join Date
    Feb 2000
    Location
    Kansas
    Posts
    49

    Re: HTML Mailto

    To my knowledge I don't believe there is a limit (unless the default mail program installed on the system isn't or can't be configured for multiple email sending). It would probably be much easier to use the CDONTS object in asp to send your email. That is the one I use for email online simply because not all users have their own email client installed on their machine. Hope this helped you some.


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