close
Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
61 views

I am currently testing sending an (HTML) email using PHP via SMTP. Everything is working fine so far - but I’ve discovered a small issue: I inserted a short text snippet (see example here) into the ...
Oberlump's user avatar
1 vote
0 answers
144 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 ...
Ali's user avatar
  • 11
2 votes
1 answer
111 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 ...
Hamza Khan's user avatar
0 votes
1 answer
260 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: ...
Abderrahmane Belarbi's user avatar
1 vote
0 answers
123 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
4 votes
0 answers
81 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 = ...
Mr. Ghosh's user avatar
0 votes
0 answers
92 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 ...
nikiteusz's user avatar
Advice
1 vote
2 replies
36 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 ...
vstepaniuk's user avatar
Advice
0 votes
0 replies
93 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 ...
harsh's user avatar
  • 1
0 votes
1 answer
109 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 ...
J_Harmon's user avatar
-4 votes
1 answer
107 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 ...
Mark AES's user avatar
2 votes
1 answer
112 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 ...
blshaw45's user avatar
0 votes
1 answer
96 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 ...
hlaliberte's user avatar
0 votes
0 answers
81 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
1 answer
87 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 => &...
Matiss Horodishtiano's user avatar

15 30 50 per page
1
2 3 4 5
713