close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Tooling
0 votes
0 replies
68 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
159 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
152 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 0
1 answer
472 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
128 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
84 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
119 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 ...
Advice
1 vote
2 replies
38 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 ...
Advice
0 votes
0 replies
101 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
114 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
114 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
119 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
88 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 ...
Score of 0
1 answer
90 views

I keep on getting the following error: Net::SMTPAuthenticationError (535-5.7.8 Username and Password not accepted My prod mailer config: ActionMailer::Base.smtp_settings = { :address => &...

15 30 50 per page
1
2 3 4 5
712