To provide unsubscribe functionality, am getting the (mailto, subject) / (link) fields from the "List-Unsubscriber" header. But some emails does not have this header, instead they provide the link in email body. But gmail is able to get the link and implement this functionality. The catch is: i tried to send a mail with UnSubscribe link in the body and gmail ignores it. So should i regex the text of email to implement the unsubscribe functionality or ignore and implement only the emails with 'List-Unsubscribe' header?
detect unsubscribe from email body which doesn't have list-unsubscribe header
670 views Asked by Logesh R At
0
There are 0 answers
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in NODEMAILER
- Error: Mail command failed: 530 5.7.57 Client not authenticated to send mail
- Fetching from app/api/sendmail/route.ts produces a 405 method not allowed. Nextjs 14.1.0
- Building a service which sends emails everyday to the user at a particular time. (NOT RUNNING)
- Email sender is incorrect
- How to get a token from a URL?
- Nodejs - why console.log in a secondary method does not show up
- Nodemailer sending email to an inputted address from a form element: no recipients defined error
- Download PDF using any cloud and grant access only to a particular person
- Can't connect to SMTP server using TLS
- Getting "undefined" returns using nodemailer with a form
- Options for Sending Emails from Desktop / How does Access do it?
- Unable to send welcome email apon user signup in node.js app
- How to send mail (no emailJS)
- Nodemailer email verification errror
- one.com domain email SMTP request not working from render.com server
Related Questions in GOOGLE-API-NODEJS-CLIENT
- Do Google Cloud API Libraries support Oauth2 on behalf of other users?
- Google Calendar API expiration time for refresh_token?
- Vertex AI GoogleAuthError in nodeJS
- pageBreaks in google docs with NodeJS and 'googleapis' failing
- When attempting to delete a product, the associated files (image and PDF) in S3 are not getting deleted in node js
- Do I need to refresh the "access token" when authenticating to Google APIs as a Service Account?
- Can't send an email from service account, get 400 Precondition check failed error
- How can I format a part of a Google sheets cell value using googleapis?
- how to read an external public shared calendar via google api
- why a service account can't access a public shared calendar for listing events?
- How do I use service account in deployed code?
- Error when i use google service account : invalid jwt
- Google Drive API creating 0-byte files
- DialogFlow Detect Intent Request from NodeJS doesn't change data
- PERMISSION_DENIED: Request had insufficient authentication scopes. | GCloud Analytics API | Ubuntu | NodeJS
Related Questions in LIST-UNSUBSCRIBE
- How do I add a custom unsubscribe link to Mailbluster?
- In Gmail's unsubscribe popup (by list-unsubscribe header) - 'Go to website' button appears only at the second unsubscribe click
- SendGrid List-Unsubscribe does not show the "unsubscribe" button on the mailbox
- Unsubscribe Links Not Displaying in Gmail UI Despite Proper Header Configuration in Mailgun
- One-click unsubscribe is not visible on some emails with Gmail
- Even after implementing the List-Unsubscribe header, the 'unsubscribe from mailing list' link is not displaying
- Strategies for adding an unsubscribe link to an email
- Folding a very long email header for List-Unsubscribe
- Is there a way to customize/move the "Unsubscribe" message and link of an Amazon SNS message to the bottom of the page?
- Get Mailchimp list of unsubscribed users for the last month from API
- Pulling Undeliverables and Unsubs of 3+ years to delete
- Can anyone explain How to send survey email to unsubscribed contacts in mailchimp?
- How does Gmail native unsubscribe link work?
- Gmail automated unsubscribe emails - How to stop them?
- List-unsubscribe header not working in sendgrid Mail object in php
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)