Questions tagged [unsubscribe]
215 questions
2
votes
2 answers
Unsubscribe from Observable Rxjava
I am quite new to Rx java observables so I am not sure when to unsubscribe. this is how my code implementation is
Observable sampleObservable = Observable.just(accountNum);
Subscription sampleSub =…

Jack
- 67
- 1
- 6
2
votes
2 answers
Observable, unsubscribe in ngOnDestroy not working
I have a dialog that opens and contains a component... in the component I do a subscription. When closing I want to unsubscribe..
private deviceObserver: Observable =…

Mackelito
- 4,213
- 5
- 39
- 78
2
votes
0 answers
ReactiveNetwork.observeNetworkConnectivity
I am using ReactiveNetwork to observe my wifi. I added a callback that when the wifi gets disconnected, an alert dialog pops up. However, the dialog gets pop up when wifi is turned off while the app is not shown (home). I want to unsubscribe but I…

engkan2kit
- 21
- 1
2
votes
0 answers
Ionic /w OneSignal unsubscribe
I am currently working with an app that has multiple OneSignal apps. Therefore I need to be able to unsubscribe from one OneSignal app and the subscribe to another. Is this possible? I've tried OneSignal.setSubscription(false) but that doesnt remove…

mtnptrsn
- 87
- 1
- 8
2
votes
2 answers
How unsubscribe tag is works?
I am using Sendwithus email templates, I see tags on plain-jane template I want to know how tags work to unsubscribe the list and what is the advantage of its?

Mike Tavish
- 1,787
- 2
- 11
- 17
2
votes
1 answer
Unsubscribing from ROS Topic - Python
So I have a Class and in its init function, I subscribe to a camera, whose callback function is created in my class. i.e:
class example(object):
def __init__(self):
…

lambda
- 85
- 1
- 13
2
votes
1 answer
Secure unsubscribe link - How much encryption is enough?
My users can subscribe to threads that send them an email with a simple unsubscribe link. This link contains an encrypted subscribeid and a verifying userid via this process:
// generate iv and create encrypted data
$iv =…

mseifert
- 5,390
- 9
- 38
- 100
2
votes
0 answers
Gmail unsubscribe link shows 'undefined', though link is correct
In Gmail when you have an email from a newslist, you get a 'unsubscribe' link next to the email address, like this:
Google+ Unsubscribe
If you click it, it says:
Unsubscribe from Google+
Google+ provides a page at…

Ralpharama
- 441
- 4
- 20
2
votes
2 answers
How to unsubscribe from DatagramSocket MessageReceived event
I'm trying to unsubscribe from MessageReceived on the bound UDP socket (DatagramSocket) and getting the exception.
That is how I register:
EventRegistrationToken myRegToken;
myRegToken = (mySocket->MessageReceived += ref new…

Rafi
- 161
- 5
2
votes
2 answers
Paypal Unsubscribe return url
I have created a paypal Unsubscribe button in Java , when user click on it and after login to paypal account and unsubscribes , the paypal posts on the notifyurl successfully and i am able to update my database.But i want to return to my site after…

Zeeshan Khan
- 35
- 1
- 8
1
vote
2 answers
How to add Unsubscribe link in email sending to multiple users at once
I am sending notification mails to all the registered users in the site with an Unsubscribe link. Currently I am lopping through all users in the db and sending mail to each user. For the Unsubscribe link i am adding the user email to differentiate…

Sabari
- 6,205
- 1
- 27
- 36
1
vote
1 answer
What Shoul I explicity unsubscribe on this component?
I am starting to work with angular and the unsubscribe concept isn't very clear to me. What should I unsubscribe and what I don't need? I would like understand more what I need to unsubscribe on angular
My code in ngOnInit() call some methods in the…

Emerson Diego
- 11
- 2
1
vote
1 answer
Email addresses automatically getting added to Global Unsubscribe after API send
I have a weird problem where some email addresses are automatically getting added to my Global Unsubscribes after each API send to that address.
The initial email gets sent and delivered, but then the receiving address is automatically added to the…

John
- 13
- 1
- 3
1
vote
2 answers
How can I configure the SendGrid unsubscribe link to not add the email to any unsubscribe lists?
My app sends email newsletters. I'm using SendGrid. I want to use SendGrid's subscription tracking to provide the user-facing unsubscribe interface, because it authenticates the unsubscribe URL, and it sets a List-Unsubscribe header which includes…

jameshfisher
- 34,029
- 31
- 121
- 167
1
vote
0 answers
Can anyone explain How to send survey email to unsubscribed contacts in mailchimp?
Need to send an survey email to unsubscribed contacts in a automated format through mailchimp. How can we do it? Do we need to sue customer journey?

Prithi Ekammai
- 19
- 2