You are not logged in.
Hi all,David,
can you point me in the right direction to troubleshoot the ‘unsubscribe script’ because the mails I send out are without any ‘unsubscribe link’.
I would like to know in which part of the script the unsubscribe link is made.
PS: the subscribe run well, my mails are sent out.
Glad the emails are sending ok. For the unsubscribe link, view the tags. There is a link beneath the message box.
I added the following line code to signup.php file :
$LOGS->write("mTags : ". print_r($mTags, true), $msgConfig[‘file’]);
the output is :
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Logged: 22 October 2020 @ 07:43:52
Action/Info: mTags : Array
(
[0] =>
[1] =>
[2] =>
[%name%] => admin
[%email%] => my email
[%ip%] =>
[%unsubscribe%] => http://www.michelefaccini70.no-ip.org/sito2/responder//unsub.php?e=cf_-1
)
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
what is unsub.php?e=cf_-1 ?
)
The ‘e’ var should contain the unsubcribe link. Is that what you see in the emails?
It is my fault because I have modified the entire script to suit my needs.I’m trying to troubleshoot the fact that my mails are sent correctly but I do not have an unsubscribe link at the end of the mails.That why I am struggling…sorry for that
Last edited by michelefaccini (23-10-2020 07:03:37)
No problem. Are you including the unsubscribe variable in your messages?
I can’t find the e var in the script…
Is the unsubscribe link is built in the signup.php script or in the message.php script ?
I can’t find the e var in the script…
Is the unsubscribe link is built in the signup.php script or in the message.php script ?
No, you add it to your message. See the message tags.