Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Unsubscribe link in all emails sent

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
spreadpoems Posted - 11 July 2008 : 17:05:38
Hi,

My domain has been blacklisted as spam by yahoo. I suspect it was because I allowed subscriptions to the entire board and members just marked the emails as spam instead of signing into the forum to unsubscribe.

How do I include in every email sent to members a link which will let them unsubscribe to this specific topic and a link which will let them unsubscribe from all topics, forums, categories etc...<
6   L A T E S T    R E P L I E S    (Newest First)
Carefree Posted - 24 July 2008 : 03:44:28
quote:
Originally posted by ruirib

Well, it doesn't work that way now. There are no random id's, they are sequential and so susceptible to the problem I described.


That would be easily enough modified to use random links (something like I wrote for the newsletter mod).<
ruirib Posted - 13 July 2008 : 09:45:49
Well, it doesn't work that way now. There are no random id's, they are sequential and so susceptible to the problem I described.<
spreadpoems Posted - 13 July 2008 : 08:32:19
Well each email would include a link containing that particular members unique subscription id.

Just like with New Pending Members when I send them a verification email, it includes a randomly generated unique verification id which is part of the link. (I think it works that way. Correct me if I'm wrong)<
ruirib Posted - 13 July 2008 : 08:23:36
If they don't identify themselves, how would it be possible to identify them?!
It would be very risky to do it without a login. Anyone could unsubscribe every member it so wished!<
spreadpoems Posted - 13 July 2008 : 07:36:56
Thanks,

Say they forgot their login or password,
Is there a way for them to unsubscribe without signing in?<
bobby131313 Posted - 11 July 2008 : 17:17:40
It's in inc_subscription.asp.

Here's what I got...


strMessage = strMessage & "  The topic title is ''" & TopicName & "''" & vbNewline
strMessage = strMessage & "  You can view the posting at " & strForumURL & "topic.asp?TOPIC_ID=" & TopicId
if NewReplyId > 0 then strMessage = strMessage & "&whichpage=-1&REPLY_ID=" & NewReplyId
strMessage = strMessage & vbNewline & vbNewline
strMessage = strMessage & "  Manage your subscriptions at " & strForumURL & "subscription_list.asp" & vbNewline


At most, what I added is the part in bold. This will add a link right to the subscription page. I think I added the linebreaks too.

<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07