Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Use Gmail with a Button in PDF to mail the pdf?

New Here ,
Dec 05, 2024 Dec 05, 2024

My company used Microsoft Office prior to this year. I created a form in which my associates had to report sales activity to me via a PDF by clicking a button I made in the PDF, then it would automatically email via Outlook to me.

 

Now that Outlook is gone and we use Gmail, is there a way I can achieve the same thing via the PDF to open Chrome, then email the PDF to me via Gmail?

TOPICS
How to , PDF , PDF forms
809
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Dec 05, 2024 Dec 05, 2024

You can add the Gmail account under Edit > Preferences (Ctrl + k):

PDFAutomationStation_0-1733432879065.png

 

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2024 Dec 05, 2024

The mail button in a PDF calls an API named MAPI, an interface from microsoft that opens a locally installed mail application currently assigned to the mailTo method. This works with Outlook for example, but can also be done with other apps like Thunderbird, but it won't work with web mail servers as Gmail. However, you can install Thunderbird for instance and connect it with your Gmail account. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2024 Dec 05, 2024

You can add the Gmail account under Edit > Preferences (Ctrl + k):

PDFAutomationStation_0-1733432879065.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2024 Dec 05, 2024
LATEST

Just be aware it won't actually send the email automatically, just generate a draft message with the file attached to it.

To send it automatically requires installing a script file on the computer, or running the code from a privileged context, such as an Action or the JS Console.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines