Questions tagged [unsubscribe]

215 questions
0
votes
4 answers

C# -= operator to unsubscribe from a single event multiple times

In C# 5, what is the behavior of the -= operator when unsubscribing from events. Assume subscribing to the same event multiple times is valid for this application logic, such as follows: Property_Saved += Property_Saved_Handler; Property_Saved +=…
mlandgraf
  • 61
  • 1
  • 3
0
votes
1 answer

Unsubscribe from publication in meteor app

I was wondering if there is a proper way to stop client's subscriptions. For example, i have 2 pages, on the first i subscribe the client to users publication, and on the second i subscribe to projects publication. When the client goes from users…
Robert
  • 190
  • 1
  • 10
0
votes
0 answers

Flask mysql db.session.add error

I am trying to get users info and add to database. The code below works perfect in localhost but when I try to execute line below in my ec2 instance, it gives error with mysql @app.route('/subscribe', methods=['POST']) def subscribe(): if…
0
votes
1 answer

Unsubscribe users from a general category if they unsubscribe from another category at Simplenews

I send newsletters from my Drupal-7 website using Simplenews module. I have a general category, that has all my site users and it is the category I use the most. Although, some of the newsletters are sent to a smaller target group (women-only,…
Argiris A
  • 156
  • 2
  • 20
0
votes
1 answer

Remove Mandrill unsubscribe link

Is there any way in Mandrill to remove their unsubscribe link : *unsubscribe from this list* & use just mine : *|UNSUB:http://mywebsite.com/unsub|* ?
Masseleria
  • 289
  • 3
  • 15
0
votes
2 answers

How to generate unsubscribe link in email?

I have a newsletter system so when I want to send a message to all of my subscribers I send it trough a php file named post-processing.php. Here is my post-processing.php code: $count=$dbo->prepare("select * from sw_post where…
0
votes
1 answer

How i can send an unsubscribes link into a mail for the user on wordpress site

I have an option in the admin section of the site that is built with WordPress from there i can send email for each subscriber with some contents and images or anything that i want. now i want to send an unsubscribe link with email that will sent to…
Xabby
  • 435
  • 6
  • 26
0
votes
1 answer

Rail 4 mailer sending mass email with bcc and unsubscribe feature

I'm developing a small blog with subscribing feature. It will notify top posts of past week to subscribers via a bcc mail with mandrill service. It works fine but I got stuck on unsubscribing feature. As far as I know, the mail that any subscriber…
Phuong Dao
  • 185
  • 1
  • 2
  • 12
0
votes
1 answer

how should mail server respond to unsubscribe requests for nonexistent mailing lists?

Our mail server has been blacklisted by lashback.com because "Sender has sent to LashBack Unsubscribe Probe accounts", but we haven't hosted any mailing lists for years. Our server responds to such requests, whether legitimate or merely Lashback…
0
votes
1 answer

How to get Youtube API notifications when a user subscribes and unsubscribes?

I can't find anything in the API about this, I want to setup my own database of youtube subscribers and update it automatically in real time. Is this possible without polling for and parsing email notifications? Thanks
0
votes
1 answer

SignalR search and unsubscribe

I'd like to clear up a couple of points around SignalR. I have an application that reads trades (eg. stock codes that have associated stock prices streaming). The group for this SignalR hub is pitched at the stock code. It has a publisher that is…
TerrorBight
  • 334
  • 4
  • 23
0
votes
3 answers

How to subscribe again with Mandrill API?

Can user subscribe again after unsubscribe from Mandrill API. And also can we use the default footer unsubscribe link for specific template. If i check the "Add Unsubscribe Footer" in Mandrill API then unsubscribe shows on all emails but i want to…
0
votes
1 answer

What command I should use to my php unsubscribe script start working

I have php script which is responsible for unsubscribe newsletter users. Please check below:
0
votes
0 answers

GWT stand alone page?

My app has an email newsletter and i'd like to implement an "Unsubscribe" option on the HTML email itself. This link would bring them to an isolated page that simply lets them know they've been unsubscribed, i'll grab their user info from URL…
Eric Guan
  • 15,474
  • 8
  • 50
  • 61
0
votes
1 answer

Subscription auto canceled after payment paypal

this is my code (form subscription):