Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
154 views

Problem Summary I have a Google Apps Script that needs to: Generate sharing links using Drive API v3 Advanced Service Send emails with alias using Gmail API via REST These work independently, but ...
MINGXIANG CHEN's user avatar
2 votes
0 answers
107 views

I’m building an alternative Gmail client with a specific workflow approach. At minimum, the app needs scopes beyond read-only: users must be able to mark messages as read, archive, and send emails. ...
Kein's user avatar
  • 1,006
0 votes
0 answers
115 views

I am trying to use Jira to send HTML email template to Gmail. The HTML code is using table tags and inline CSS. However, when I test, I notice there is a gap between each block for Gmail, while I don'...
Long Nguyen's user avatar
0 votes
1 answer
128 views

I've learned that Digital Ocean doesn't allow outgoing SMTP requests on port 587 from their droplet servers so I am trying to find the most compact PHP code available to send email using the Gmail API....
S. Imp's user avatar
  • 2,883
0 votes
1 answer
103 views

I have some code which calls Google's Ruby API to get messages from GMail using list_user_messages. I know from docs that the returned messages only contain an id and thread_id and therefore I have ...
Sam's user avatar
  • 6,780
0 votes
1 answer
86 views

I’m building a Python script using the Gmail API to read model application emails, extract data, and download photo attachments. Everything works except the attachments. the script keeps saying: ...
Tess's user avatar
  • 9
1 vote
0 answers
61 views

I'm stuck getting a "permission denied" error when using the gmail googleapi in a firebase cloud function to "import" syntetic emails to a workspace email box. I've followed this ...
phosph's user avatar
  • 31
0 votes
0 answers
165 views

I’ve built an app similar to gmass.co/inbox I'm using gmail.readonly to help check where our emails land (Inbox, Promotions, Spam, etc.) in specific Gmail accounts before launching email campaigns. ...
Halim's user avatar
  • 1
0 votes
0 answers
65 views

I am running a Google Apps Script to programmatically update Gmail signatures for users across my Google Workspace domain using a Service Account with Domain-Wide Delegation (DWD). Despite confirming ...
nano nano's user avatar
0 votes
0 answers
71 views

I am developing Gmail Promotions for marketing purposes and have created several basic email templates designed to display a product carousel in the Promotions tab of Gmail inboxes. Following the ...
Amit Sharma's user avatar
  • 1,088
0 votes
2 answers
154 views

I’m creating Gmail drafts via the Gmail API from N8N. The draft works and is correctly attached to the threadId, but accented characters in the subject (like adhésion) are displayed incorrectly (adhé...
NeitoFR's user avatar
  • 825
3 votes
1 answer
161 views

I am working on a Python tool to migrate emails into Gmail while preserving the original Date header. My goal is simply to build a cli tool that allows to copy email from gmail account a to gmail ...
Pitto's user avatar
  • 8,729
0 votes
0 answers
75 views

I'm using the Gmail API in Node.js to send automated follow-up emails that should appear as part of an existing conversation thread. Here's what I'm doing: I retrieve the original thread using gmail....
Allyandaru's user avatar
0 votes
1 answer
240 views

I'm using the Gmail API integration with the Post SMTP plugin on my WordPress site. The setup and initial configuration were smooth, and everything works perfectly after connecting. However, I'm ...
Aqib's user avatar
  • 1
0 votes
1 answer
78 views

I'm a newbie, creating an android app that uses Google's CredentialManager API for auth. I also go on to request authorization for my Gmail Account (read only). I have attached my functions to request ...
Mohammed Faiz's user avatar
-1 votes
1 answer
127 views

I've written some PowerShell that can send messages with an account's default address via the Google API. However, I'm not able to send messages as any of the "send as" addresses—Messenger ...
robocopgodzilla's user avatar
2 votes
0 answers
120 views

My objective is to develop Python scripts that read the current messages in the client's Gmail inbox, and read the live messages coming through the client's Gmail inbox. This data will eventually by ...
bradenlearnscode's user avatar
0 votes
1 answer
126 views

I have a Google script that sends mails given some data in a Spreadsheet. The mail is sent with GmailApp using an alias set on Gmail settings. This alias is a PEC, the italian "certified mail ...
il_mix's user avatar
  • 603
0 votes
1 answer
175 views

Just converted my GCP cloud Java app to send email messages to Google Workspace via Gmail API rather than sendmail. In the past I was able to format HTML UTF-8 and send extended characters, but now it ...
jn4's user avatar
  • 53
0 votes
0 answers
42 views

I'm using the Gmail API to upload .mbx files into a Gmail account, but I’ve encountered an issue where the uploaded emails display today’s date (the date/time I execute the script) in the Gmail GUI ...
Barley10's user avatar
0 votes
1 answer
185 views

In response to Google's recent change to disallow username/password access to Google Workspace accounts from Google Cloud VM-instances, I am attempted to replace sendmail calls with Google API calls ...
jn4's user avatar
  • 53
3 votes
1 answer
273 views

I have an Appscript program that I've used for a long time. It sends me an email with an attachment. The attachment is a Google sheet that has been exported to an xlsx format. All of a sudden, I'm ...
Matt Sirkin's user avatar
0 votes
0 answers
93 views

so this is my first project in spring boot (noob) , i wanted to created this gmail sending service, i got code from some repository but it's not working , i saw official documents , but they are ...
Lemon03's user avatar
6 votes
4 answers
528 views

How do I account for sending multiple (or no) attachments (via request.FILES) in Django using the Gmail API, so I can store the legacy message ID (ie "FBf…MiD") for future retrieval to reply ...
chris Frisina's user avatar
0 votes
0 answers
87 views

⨯ Error: Cannot find module '/Users/user/Desktop/contratos/credentials.json' when calling this function from the docs: async function authorize() { let client = await ...
user29972736's user avatar
-1 votes
1 answer
227 views

This is kind of a follow up to this question I asked 2 years ago. I'm revisiting the work I've done in the past, and trying to get my old scripts to work (... again). And, I'm getting stuck (... again)...
Scott Borden's user avatar
-4 votes
1 answer
95 views

I am working on implementing the Gmail API, and I have created the email alias [email protected]. However, after implementing the feature to send emails to users from that address, I want to ...
user29966339's user avatar
0 votes
1 answer
242 views

I recently watched a YouTube video where he built a SaaS project. The instructor built an email client SaaS project, and you have to set up an Aurinko account. I was following and building the same ...
Krishna Kamal's user avatar
0 votes
1 answer
81 views

I'm using the Gmail API to send emails with PDF attachments from my Django backend, but the attachment is not appearing in the email — only the email body is received. Here are the logs showing the ...
Aamir Qayyum's user avatar
2 votes
1 answer
79 views

Initially, I have fetched the labels from the gmail through this endpoint, Now how can I fetch the child labels from the selected label like INBOX, STARRED, SENT?
premkamal's user avatar
0 votes
1 answer
259 views

I have a NodeJS app that among doing other things sends emails using the Gmail api with simple pdf attachments. This worked for months and then suddenly it stopped working and I started getting 500 ...
Bailey's user avatar
  • 3
0 votes
0 answers
137 views

When I use the MS Graph API to reply to emails, it automatically adds the quoted text to the reply email from previous emails in the email thread. Is there a way to accomplish this with the Gmail API ...
data-dawg's user avatar
0 votes
1 answer
85 views

My Gmail reached the 15 GB limit, so I archived old emails with Thunderbird and I want to delete all the emails that are older than two weeks. Using the GUI is cumbersome because it seems like I can ...
Paul Lewallen's user avatar
0 votes
1 answer
112 views

I am trying to implement a Google Apps Script function that will help me update the subject, content, cc, bcc, etc., of an email. However, I have encountered an issue where, despite having written the ...
Harsh's user avatar
  • 3
-3 votes
1 answer
123 views

I built a webapp using spring boot and I want to add send emails feature, which allows users to send emails to their contacts using their own email address. How can I setup this feature? I think using ...
Soumitra Agrawal's user avatar
2 votes
2 answers
321 views

I'm using the Google Workspace Admin SDK Reports API - Email Log Search in Node.js to retrieve email logs for messages sent from my domain. I'm able to get details like: Sender email Recipient email ...
Shafi_dev's user avatar
0 votes
0 answers
63 views

I'm trying to make the GMail API work. This is what I have: A project in the Google Cloud for the Gmail API. Valid client ID and client secret codes. Valid redirect_uri Valid test user Redirect and ...
Dave's user avatar
  • 13
-1 votes
1 answer
170 views

I'm encountering an issue with Google Apps Script when trying to use DriveApp and GmailApp together. Here's the situation: When I call DriveApp alone, it accesses folders without any issues. ...
codingWars's user avatar
0 votes
1 answer
109 views

Using GMail api to send emails from within various apps. Use MimeKit to generate message content. The issue is when I generate my message and send it off, I always get a number of instances of  ...
Shane Brodie's user avatar
0 votes
0 answers
166 views

I just learned how to write a Python script that uses Gmail's API to send mails automatically and it works fine except for a couple of issues. First, all the mails sent throught this method have a ...
Flavio Fernandes's user avatar
0 votes
0 answers
131 views

I am trying to build a Google Workspace Add-on card that pulls some information from a sheet and adds it to a Gmail card. On the sheet, I have a list of emails with their Message ID pulled from the ...
5tanczak's user avatar
  • 171
0 votes
1 answer
73 views

I'm not able to set a custom display name. Logs seem correct: Sender: Admin Display Name [email protected] To: [email protected] But in the email resulted, display name is missing. ...
gva12's user avatar
  • 3
0 votes
0 answers
187 views

I have a node.js backend that uses gmail API to retrieve user emails. The problem is that for some users who recently sign up to use the app they get an "invalid_grant" error after some time....
Chris's user avatar
  • 103
0 votes
1 answer
240 views

i working with Gmail in Nextjs 15, i can get all my email, sending email, but my reply has a problem.when i reply a mail, in my mail conversation i can fetch every previous mail which is fine. but the ...
Peter Just Peter's user avatar
1 vote
1 answer
125 views

I am working on some email automation that requires using the GMail API and PubSub as described in the Google document here: https://developers.google.com/gmail/api/guides/push. This setup requires ...
Abhinav Ankur's user avatar
1 vote
0 answers
68 views

This is my python code which I m using to send email to Gmail using SMTP import smtplib from email.mime.text import MIMEText subject = "Email Subject" body = "This is the body of the ...
Data writer's user avatar
0 votes
1 answer
159 views

We are using Datto SaaS to backup mailbox for a tenant in google workspace. Our support on that platform has reasons to believe there is an issue on googles side causing their APIs calls to do backups ...
user27740617's user avatar
0 votes
1 answer
227 views

I am facing an issue while using Google Apps Script to automate the retrieval of .eml file attachments from specific emails in my Gmail inbox. My script is designed to search for emails with a ...
MD ZUBAYER JAMIL's user avatar
1 vote
1 answer
157 views

My website use smtp.gmail.com to send emails. The service has stopped. Error sending message: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting The script has working ...
Jean-Pierre Lolivier's user avatar
1 vote
0 answers
75 views

The GMail API has a batchModify method, which allows you to assign or remove labels from a large number of messages at one time. https://developers.google.com/gmail/api/reference/rest/v1/users....
Alana Storm's user avatar

1
2 3 4 5
87