Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Unsubscribe link in all emails sent
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

spreadpoems
New Member

52 Posts

Posted - 11 July 2008 :  17:05:38  Show Profile  Reply with Quote
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...<

bobby131313
Senior Member

USA
1163 Posts

Posted - 11 July 2008 :  17:17:40  Show Profile  Visit bobby131313's Homepage  Reply with Quote
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.

<

Switch the order of your title tags

Edited by - bobby131313 on 11 July 2008 17:18:34
Go to Top of Page

spreadpoems
New Member

52 Posts

Posted - 13 July 2008 :  07:36:56  Show Profile  Reply with Quote
Thanks,

Say they forgot their login or password,
Is there a way for them to unsubscribe without signing in?<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 July 2008 :  08:23:36  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
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!<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

spreadpoems
New Member

52 Posts

Posted - 13 July 2008 :  08:32:19  Show Profile  Reply with Quote
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)<

Edited by - spreadpoems on 13 July 2008 08:33:54
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 13 July 2008 :  09:45:49  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
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.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Carefree
Advanced Member

Philippines
4212 Posts

Posted - 24 July 2008 :  03:44:28  Show Profile  Reply with Quote
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).<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07