The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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...<
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...<
نوشته شده در
It's in inc_subscription.asp.
Here's what I got...
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.
<
Here's what I got...
Code:
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.
<
آخرین ویرایش توسط
نوشته شده در
Thanks,
Say they forgot their login or password,
Is there a way for them to unsubscribe without signing in?<
Say they forgot their login or password,
Is there a way for them to unsubscribe without signing in?<
نوشته شده در
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!<
نوشته شده در
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)<
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)<
آخرین ویرایش توسط
نوشته شده در
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.<
نوشته شده در
Originally posted by ruiribThat would be easily enough modified to use random links (something like I wrote for the newsletter mod).<
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.
Email Member
Message Member
Post Moderation
بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
پیشنمایش مطلب
Send Topic
Loading...