Questions tagged [unsubscribe]

190 questions
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

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
  • 1
  • 1
-1
votes
1 answer

UNITY : cannot unsubscribe event handler

can someone please help me with this? Here's my code: private void Update() { if (General.UpdateActive == true) { if (General.charActive == 0) { for (int i = 0; i < CharacterItem.equipmentSlots; i++) …
-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
  • 4
-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
  • 398
  • 2
  • 12
-1
votes
1 answer

Is there any way of return to website after unsubscribe paypal recurring payment

Is there any way of return to website after unsubscribe paypal recurring payment. I am using link button to unsubscribe current recurring payment . Complete process is working fine except returning to merchant site . Hope someone will point me in…
Pankaj Wanjari
  • 1,185
  • 1
  • 8
  • 11
-1
votes
1 answer

How to send HTML emails with unscrubscribe functionality

My website is able to send emails to people. Now what I would like to do next is be able to send HTML emails to people who subscribe to my mailing just like I would any other normal email and should they want to unscrubscribe, there is a link to do…
user481610
  • 3,141
  • 3
  • 48
  • 92
-1
votes
1 answer

Unsubscribe link that automatically passes email address

I have searched everywhere, so I am beginning to think maybe this isn't possible. My client wants an unsubscribe link they can add to individual emails (that they send out as a cold call follow up). They do not have a database, so the idea is they…
Kelly
  • 3
  • 1
  • 5
-2
votes
1 answer

passing data using delegate in window form c# (subscribe and unsubscribe)

I have to pass data using the collection for two objects ( email, mobile). If I click the button subscriber or unsubscribe, the values that I enter should be stored and showed to another form if I click publish button. However, I require to use…
moony
  • 1
  • 2
-2
votes
1 answer

Angular 2 : Cannot read property 'unsubscribe' of undefined

This is an e-commerce cart built on Angular 2. when I leave this component and load any other component, I get the error EXCEPTION: Uncaught (in promise): Error: Error in ./ProductsComponent class ProductsComponent - inline template:11:4 caused…
edmond tm
  • 39
  • 2
  • 6
1 2 3
12
13