This is a simple HTML page that generates a Gmail compose URL based on user input. It allows users to enter recipients, subject, and body for an email and generates a URL that can be used to pre-fill the compose window in Gmail.
Open the HTML file (index.html
) or Github Page link
(Gmail
Compose URL Generator) in a web browser.
Fill in the following fields:
Click the “Generate URL” button.
Open the link and a new tab will open with the Gmail compose window pre-filled with the entered details.
Bookmark the opened compose email page to use in future.
🎉 Voila! With just one click on the bookmarked URL, you'll be able to open a Gmail compose window with the recipient names, subject, and body already filled in. It's like magic! ✨
⚠️The Default signature will not be displayed when the compose email link is clicked. So, you have to manually select the signature for the email.⚠️
The email addresses should be entered in the correct format
(e.g., example@example.com
).
The generated URL is specific to Gmail and will open the Gmail compose window when clicked.
Please note that opening new tabs programmatically can be blocked by browsers depending on the user’s browser settings or the presence of a pop-up blocker. Please copy and paste the URL in such cases.
This HTML page should work on modern web browsers that support JavaScript and HTML5.