Questions tagged [unsubscribe]

215 questions
0
votes
2 answers

Create a decent unsubscribe method

I've been asked to create a system to send newsletters. A HTML template has been created by an external company. I've got the sourcecode so i can alter it. One thing that was missing was an unsubscribe method. I would like to add a method so that…
Jo Broeckx
  • 73
  • 1
  • 5
0
votes
1 answer

How to make Mandrill put recipient's email in unsubscribe URL

First of all I know that Mandrill has it's own way of coping with unsubscribe, which is "Adding a link with the unsubscribe merge tag" . But it stores the unsubscribed users on the account and makes rejection if sent newsletters and announcements to…
Dandruff
  • 186
  • 1
  • 7
0
votes
2 answers

do we have unsubscribe mail feature in openerp?

Do we have unsubscribe mail feature in openerp and if yes how to set it. I want to know when user receives mail from openerp can does it have that feature anywhere? How does mass mail works exactly in case of leads and opportunities? Any video…
Pooja
  • 575
  • 10
  • 28
0
votes
1 answer

Paypal Unsubscription

Can I unsubscribe my user from Paypal recurring payments without leaving him my site. I want to know if there is some API call that I can make to unsubscribe my user. Paypal provides a unsubscibe button , when user clicks on that , user is…
0
votes
2 answers

How to create an unsubscribe page in magento

I would like to create a direct unsubscribe page in magento, I found this instruction to follow but the steps 1 and 2 are not clear As I'm not a professional. Can someone please help me clarify these two steps. Where to create the…
salimottmani
  • 39
  • 2
  • 6
0
votes
1 answer

Multiple Choice Unsubscribe form

I'm having a bit of trouble figuring out the jquery (or javascript) syntax for an unsubscribe form. The project entails the following: I no longer wish to receive: (1) Information related to product A (2) Information about any production from…
0
votes
1 answer

Subscribe and unsubscribe to channels after the connection has been made with txredisapi

Working with Python, Twisted, Redis and txredisapi. How can I get the SubscriberProtocol for subscribe and unsubscribe to channels after the connection has been made? I guess I need to get the instance of the SubscriberProtocol and then I can use…
0
votes
1 answer

How to implement unsubscribe usecase for website

I'm sending automated emails and hence I should deliver an unsubscribe function. I have a User entity that is not used much, only when a user registers and the emails can be send to users who are not registered as Users. So when I send an email and…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
0
votes
1 answer

How to include An UNSUBSCRIBE link in newsletter sent to multiple users using PHPMailer?

How to include An UNSUBSCRIBE link in newsletter sent to multiple users using PHPMailer? Like mydomain/unsubscribe.php?email=useremail. please help. Thanks in advance.
mrafi5
  • 35
  • 8
0
votes
2 answers

Duplicate GCM messages from Uniqush

I am using Uniqush to send GCM messages to an app I'm developing, and so far this is working well. However, for obvious reasons I am uninstalling and reinstalling the app as I develop, and it's re-registering for GCM with each new install. I…
Andrew Wyld
  • 7,133
  • 7
  • 54
  • 96
0
votes
1 answer

Email Unsubscribe link

I want to do a mailshot to an existing mailing list. I want to include an Unsubscribe link in the email which, when clicked by the recipient, will request a url to a script on my server which will process the unsubscribe request. When a recipient…
Ian Ryan
  • 29
  • 3
-1
votes
1 answer

UNABLE TO UNSUBSCRIBE HUOBI WEBSOCKET TICKER SUBSCRIPTION

I'm trying to unsubscribe from a HUOBI websocket server but the server is keep sending me the datas. I contacted to support but so far there is no news. Is there anyone who is achieved to unsubscribe? As far as I checked from their API, this is what…
-1
votes
1 answer

delegate with confirm and unsubscribe issue

I am struggling with the delegate/event. Most likely I do not understand the whole picture. for the sake of argument, I have two forms: form 1 and form 2. Questions: How to appropriately unsubscribe the event "frm2.ButtonClicked -= new…
steve
  • 11
  • 2
-1
votes
1 answer

How to unsubscribe http post request in Angular application?

Its a POST API created by API Gateway from AWS, however it always returns infinite repetition of arrays as you see in the below picture. How to return only one array? Mutiple requests Here's the code Angular import { Component, OnInit, ViewChild,…
Aboulezz
  • 11
  • 5
-1
votes
1 answer

Unable to unsubscribe in ngOnDestroy() Angular 5

I am unable to unsubscribe in my tests. Anyone else having this problem?? (am I doing anything wrong?) Basic test: describe('ngOnDestroy()', () => { it('should unsubscribe if isLoggedInSub is defined', async(() => { comp.ngOnInit(); …
cuznerdexter
  • 586
  • 5
  • 21
1 2 3
14
15