Sama34 / AriesBelgium--Remember-Us-

Sends out e-mail reminders to your users based on several conditions.
GNU General Public License v3.0
1 stars 0 forks source link

emails are no longer including an unsubscribe blurb #6

Open andrewjs18 opened 9 years ago

andrewjs18 commented 9 years ago

Omar,

Has something changed with the email template recently? In a first reminder I sent out, it included an unsubscribe blurb at the bottom of the email; subsequent test reminders haven't had this.

examples;

this was sent out on 5/2:

Hi,

test, test, test!


If you wish not to be contacted anymore on this e-mail address, please click this link: http://site.com/18/usercp.php?action=rememberus_unsubscribe&email=me@me.com&code=2c7cd70804a9a492a2411f28bfe928de

this was a test sent out yesterday (note all of the extra ----):

Hi andrewjs18,

We haven't seen you on Forums lately.

Please check us out: http://site.com/18

Thanks!





andrewjs18 commented 9 years ago

although now that I think of this, maybe it is best to leave the unsubscribe stuff up to the board admin who is setting up the reminders via the bbcode option. that said though, what is with all of the extra ---- below the last word in the email?

Sama34 commented 9 years ago

The only think I can see is that the plugin will force

<two lines>-----<one line>If you wish not to be contacted anymore on this e-mail address, please click this link: {unsubscribe_link}

at the end of the reminder if {unsubscribe_link} is not found. If you add {unsubscribe_link} it will foce nothing so it will be up to the administrator to format it.

I don't know if it is a rule for a disclaimer message to appear for the email not to be blocked as spam or something (law enforcement?) so I'm not sure if I should remove it. The option is there to format the message however the administrators feels.