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
668 Views Asked by Logesh R At
0
There are 0 best solutions below
Related Questions in JAVASCRIPT
- Angular Show All When No Filter Is Supplied
- Why does a function show up as not defined
- I count the time the user takes to solve my quiz using Javascript but I want the same time displayed on another page
- Set "More" "Less" font size
- Using pagination on a table in AngularJS
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- State with different subviews
- Ajax jQuery firing multiple time display event for the same result
- Getting and passing MVC Model data to AngularJS controller
- Disable variable in eval
- javascript nested loops waiting for user input
- .hover() seems to overwrite .click()
- How to sort a multi-dimensional array by the second array in descending order?
- How do I find the fonts that are not loading in a CORS situation ( MoovWeb )?
Related Questions in NODEMAILER
- How to solve CERT_UNTRUSTED error in nodemailer
- Promisify Nodemailer with bluebird?
- how to show all console.log from node.js in heroku?
- use lodash template with nodemailer
- readline processes input before it is provided
- Now to pass form values from React to Node server
- Bulk email sending usiing node.js
- Sending ejs template using nodemailer
- How to sendMail using nodemail and smtp transport?
- How can I dynamically populate html data in node for posting, not displaying?
- send email via nodemailer
- Caught Unxpected token... in promisifyCall(ctx, fn, ...args) while using maingun in node js
- send body form to gmail via node.js
- Upload files in server using Meteor Files veliov group
- Can I use NodeMailer in strongloop to send emails?
Related Questions in GOOGLE-API-NODEJS-CLIENT
- googleapis revokeCredentials not returning a result in successful callback
- emitting a nodejs event when an event on google calendar is added or updated
- Google datastore.lookup in Node.js returns no results
- Not getting user information with Google Plus sign-in api + Node.js
- How do I rate limit my Google Drive API calls?
- Why google Oauth verifyIdToken (javascript nodejs version) doesn't use client-secret?
- Function not found: group_concat
- Getting "Module not found" error when trying to use the Google APIs Node.js client
- Google API, drive.files.list and returning child files only
- Google Analytics API: Get Sessions per hour
- Google Drive API Service Account inside domain
- Google Calendar API service token only has reader accessRole
- Google API Callback on Stateless REST server
- Google Contacts API nodejs
- How to use latest version of nodejs on azure mobile-service runtime
Related Questions in LIST-UNSUBSCRIBE
- Even after implementing the List-Unsubscribe header, the 'unsubscribe from mailing list' link is not displaying
- Gmail automated unsubscribe emails - How to stop them?
- How to create unsubscribe link using PHPMAILER
- SendGrid Unable to deliver List-Unsubscribe Email Header to Yahoo and Outlook
- Handling of List-Unsubscribe callbacks on server
- Pardot URL based List-Unsubscribe failing Microsoft spam check
- How does Gmail native unsubscribe link work?
- Pulling Undeliverables and Unsubs of 3+ years to delete
- q-coding in addCustomHeader with List-Unsubscribe link
- Folding a very long email header for List-Unsubscribe
- Strategies for adding an unsubscribe link to an email
- How add List-Unsubscribe header to native mail() function of PHP
- Get Mailchimp list of unsubscribed users for the last month from API
- Implementing List-Unsubscribe header(s) with swiftmailer (rfc2369, rfc6068, rfc8058, and friends)
- detect unsubscribe from email body which doesn't have list-unsubscribe header
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)
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?