10,681 questions
Score of 1
3 answers
77 views
Gmail Filter Export xml file schema not supported?
I exported a set of Gmail Filters to xml file.
I am trying to parse this XML file in Google Apps Script. Primary goal is to retrieve the rule text in the apps:property name="hasTheWord" ...
Score of 0
0 answers
82 views
Get Gmail Watch Status - which Pub sub topic is linked to it
In our application we have a functionality to configure push triggers for Gmail mailboxes. We are creating Gmail watch linked with a pub sub topic for it, and we have a functionality to delete the ...
Score of 2
0 answers
164 views
SMTP gmail GeneralFailure - The operation has timed out
I'm trying to make a windows service that runs daily to check for specific validation if it's true it will send an email. However, i'm facing an issue with the following SMTP code.
using (SmtpClient ...
Score of 2
1 answer
172 views
Python smtplib returns 250 OK but Gmail recipient never receives email (company domain sender)
I’m using Python (`smtplib` + `email.mime`) to send OTP emails from our company domain email account to users (many are on Gmail).
Even though the client shows 200, on my test emails I never received ...
Score of 1
1 answer
577 views
Nodemailer works on localhost but times out on Render production (Gmail SMTP 465/587)
I have a Node.js + Express app using Nodemailer.
Email sending works locally with Gmail SMTP, but in production on Render it always times out.
Setup:
Host: smtp.gmail.com
Primary port: 465 (secure: ...
Score of 1
0 answers
131 views
Gmail HTML Template
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'...
Score of 4
0 answers
85 views
Script mislabeling microsoft mails
I wrote an Apps Script with condition :
any mail, which has not starred/important and readout label as ArchivedBird.
function labelReadUnimportant() {
const LABEL = 'ArchivedBird';
const label = ...
Score of 0
0 answers
123 views
AWS SES Complaint events are not received for GMAIL users
I want to handle user complaints by performing some business actions when such complaints occurre. I also want to differentiate email campaign by custom tags since I send quite a lot of different ...
Score of 0
1 answer
40 views
How to add an image to HTML email, and show absolutely nothing if that image is not available
How to embed an image to an HTML email, and show absolutely nothing if that image is not available by its URL - neither frame, nor some broken icon, nor extra empty space - just skip it completely if ...
Score of 0
0 answers
110 views
Google FRP no pin only gmail
Android FRP asks for PIN or Google account
FRP Google account only disable PIN
Factory reset protection PIN vs Google
I want to set particular gmail to provisioned device through Qr enrollment. I am ...
Score of 0
1 answer
116 views
Using Apps Script to forward emails - can I make them show in Inbox?
When I get a certain type of email, I need it auto-forwarded to a certain address with a specific cover message. So I wrote a script that scans that inbox and uses the "forward" method to ...
Score of -4
1 answer
117 views
Having trouble displaying Javascript Google Review in HTML Email in outlook or Gmail etc [duplicate]
I have designed a free google form review widget using https://app.shapo.io/forms/df8bc6d93d
In fact i've tried multiple javascripts in my email and different google widgets, none of these are being ...
Score of 2
1 answer
127 views
GmailApp.sendEmail not working when rows arre added to Google sheet
I have an application (running on an IoT Boron device from Particle) that posts error messages to a Google sheet via a Webhook Web Form. The sheet serves as a log of application faults and this has ...
Score of 0
1 answer
102 views
InboxSDK `registerComposeViewHandler` not firing for **inline** replies (works only when reply is popped out)
I’m building a Chrome extension for Gmail using InboxSDK v2. My registerComposeViewHandler works perfectly when I click Pop out reply (the floating compose window), but it never fires for an inline ...
Score of 0
0 answers
93 views
Gmail promotion - product carousel
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 ...