Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8519103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:09:23+00:00 2026-06-11T06:09:23+00:00

I am creating an email like this: System.Diagnostics.Process.Start( string.Format(mailto:{0}?&subject=Test&body={1}, string.Join(, , emails), string.Join(\n, temp.ToArray())

  • 0

I am creating an email like this:

System.Diagnostics.Process.Start(
    string.Format("mailto:{0}?&subject=Test&body={1}", 
        string.Join(", ", emails), 
        string.Join("\n", temp.ToArray())
    )
);

However Gmail says that the link is too long. I’ve read this and it seems that it would solve my issue if I sent this via POST since 16K would be enough for me. Is it possible to do that and how?

UPDATE I mentioned Gmail’s case in the example, but I need any default email software to work with this. For example if it opened with Outlook, I would need it work too.

QUESTION UPDATE/CLARIFICATION How do I send the request (above) using POST instead of using GET (because GET’s limit is too short)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:09:25+00:00Added an answer on June 11, 2026 at 6:09 am

    I think you have two choices.

    One is to create your message body as an attachment, by adding &attachment=<filename.html> to your mailto URL. Some email clients support this, perhaps the Google code that translates mailto links into GMail requests does, too.

    If the above doesn’t work, and you’re sure you only want to use GMail, you’ll need to switch to communication with the server directly. You can use the GMail SMTP server. Read here about their support for authentication: https://developers.google.com/google-apps/gmail/oauth_overview.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently creating a quote system which works like this: User submits data
I'm creating email notification system on my site to send email to the users
I have a file that I am creating on the fly like this: //
I am creating 10 forms dynamically for example form would be like this <form
I am creating my own email tracking system for email marketing tracking. I have
I am creating a login system where I use a persons email address as
I have a problem creating my own librairie to send email. This is my
I'm currently in the process of creating an announcement system at my place of
I am creating a csv file and attaching it to an email like so...
I'm writing a simplified version of an email system on a site I'm creating.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.