close
Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 1
3 answers
77 views

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
713