User Forum
Xequte User Forums
Profile    Active Topics    Forum FAQ    Search this forumSearch
     
Forum Tips
» This forum is for users to discuss their software problems and suggestions for improvement.  Remember that only a tiny percentage of our users experience such problems (To be precise less than 0.7% have ever posted on this forum)
» Include your software version number (as displayed in the About Box)
» Check the FAQ before posting as most common questions have already been answered
» You don't need to also e-mail us separately as our support team will respond to all questions on this forum
 
 All Forums
 Xequte User Forums
 MailList King
 unsubscribe from our mailing list with one click

Note: You must be registered in order to post a reply.

Size 
UserName:
Password:
Mode 
Format  BoldItalicizedUnderline Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailBrowse for an image to attach to your post Insert CodeInsert QuoteInsert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kellybernard Posted - Mar 01 2009 : 02:55:31
I like mail list king. It's a terrific program.

But I wonder if there is any way to create a link that i can put into the text of an email message which will allow a subscriber to unsubscribe from our mailing list with one click ?

We are getting complaints from our isp from people who are having trouble unsubscribing even though we provide them several ways to do it either by entering their email address in a form on our website or sending a blank email to one of our email adresses.

Anyway, I love the program, but I would like to add a single click opt out in the body of our email if possible.
7   L A T E S T    R E P L I E S    (Newest First)
bronckers Posted - Nov 20 2012 : 14:00:38
Nigel, i saw that I made nearly the same issue earlier this year. I'.m sorry for this.

Would it be possible to introduce a new set of parameters called for instance %Remail% , %Rfullname% etc which in normal email sending are equal to %email% etc, but in member sending represents the receivers data? This would ensure downward compatiblility i think and could be easy to implement.
xequte Posted - Nov 20 2012 : 01:47:33
Hi

I'm afraid the destination email address is not supported in member sent messages. I'll look into that for the next release.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
bronckers Posted - Nov 19 2012 : 01:32:50
Nigel,
MLK works nicely and your suggestion on the single button unsubscribe is very usefull.

However we are using "member sending" only and I did not yet found a way to include the email address and the group of the receiver of the message. If I use %email% I get the email address of the sender of the message. Am I stupid or looking with closed eyes?
xequte Posted - Mar 01 2009 : 02:55:31
Excellent work!



Nigel
Xequte Software
nigel@xequte.com
www.xequte.com
kellybernard Posted - Mar 01 2009 : 02:55:31
I wanted to update everyone and thank them for their help.

We have implemented the second solution xequte recommended. It works wonderfully.

If you would like to see an example of it go to
http://www.sensationaldeals.com/unsubscribe7.htm

Anyone may download this page if they care to. It contains Java code which may help you implement this solution if you are a programmer. The only drawback we find is that we have to send individual emails which takes longer than if we were to use the BCC field. But it is worth it for us.

Anyway, we love the software, we hope you keep improving and perfecting it, and just for the hell of it, we gave mail list king a link at our site. http://www.sensationaldeals.com/partners.htm


kellybernard Posted - Mar 01 2009 : 02:55:31
Terrific.

Thanks.

I'll try that..
xequte Posted - Mar 01 2009 : 02:55:31
The easiest way is simply to use a mailto link in your email, for example:

<a href="mailto:maillist@mycompany.com?subject=Unsubscribe">Click here to unsubscribe</A>

If you are sending individual emails to each recipient, then a more elaborate way is to set up a web script that automatically sends an unsubscribe message passing the e-mail address that is posted to it, e.g.:

<a href="http://www.mycompany.com/cgi-bin/unsubscribe.cgi?email=%EMAIL%">Click here to unsubscribe</A>

MLK will replace the %EMAIL% field with the user's email address.

Your cgi script just needs to send you a message with the subject:

UNSUBSCRIBE Some_Email

Replacing Some_Email with that referenced by the passed parameter, "email"


Nigel
Xequte Software
nigel@xequte.com
www.xequte.com