Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

URL to compose a message in Gmail (with full Gmail interface and specified to, bcc, subject, etc.)

I found a post that provides an example for a link which opens just a compose message window. However, I would like it to open a window with the full Gmail interface but ready to compose a new message.

Of course this works:

https://mail.google.com/mail/u/0/#compose

But, I would also like to add a subject, to, bcc, etc. I tried something like the following, but to no avail:

https://mail.google.com/mail/[email protected]&[email protected]&subject=Hey#compose

Any ideas? Thanks.

like image 948
robertwbradford Avatar asked Jul 01 '11 13:07

robertwbradford


People also ask

What is URL for Gmail?

The URL of any email message is Gmail follows a standard format: https://mail.google.com/mail/u/<<UserId>>/#label/<<Label>>/<<UniqueId>> The UserId is the sequential ID of the currently-logged Gmail account (default is 0 ). The Label is the name of the Gmail label that the message is in (or use all ).

Can I create a link to a specific email message in Gmail?

Create Shareable Links for a Single EmailClick the link icon next to an individual email to create a share link for any message in Gmail. A link will be automatically created, which you can easily copy and paste using your clipboard.


2 Answers

This seems to work (for now):

https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=SUBJECT&body=BODY&[email protected]

like image 68
robertwbradford Avatar answered Oct 13 '22 07:10

robertwbradford


Bookmarking this URL should give you a full-screen compose window, without any distractions:

https://mail.google.com/mail/?view=cm&fs=1&tf=1

Additionally, if you want to be future-proof (see for instance how other URLs in this question stopped working) you can bookmark a link to:

mailto: 

It will open your default email client and you probably already have Gmail configured for that purpose.

like image 36
djanowski Avatar answered Oct 13 '22 07:10

djanowski