You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
I am attempting to write a PHP Email Blast integrating AWeber lists.
This email pulls information from a blog site, formats the first image and excerpt, then mails it to the subscriber lists.
We have already put this into action and it works quite well, however, the original 'Unsubscribe' link stopped working and we have been unable to find the correct API code to call to make it a viable link.
I have written to support and the information I have received referenced using {!remove_web}, however this does not work in the PHP program I am creating. I need to know the exact link to write so that this goes directly to the correct page: <a href="[unique_unsubscribe_link]">Unsubscribe</a>
I have searched the internet and no one seems to have the answer. Of course other may have found pages I missed. I am not the most skilled in PHP and using collections, however a programmer friend also could not find the answer with the documentation.
Any help it greatly appreciated!
The text was updated successfully, but these errors were encountered:
I am attempting to write a PHP Email Blast integrating AWeber lists.
This email pulls information from a blog site, formats the first image and excerpt, then mails it to the subscriber lists.
We have already put this into action and it works quite well, however, the original 'Unsubscribe' link stopped working and we have been unable to find the correct API code to call to make it a viable link.
I have written to support and the information I have received referenced using {!remove_web}, however this does not work in the PHP program I am creating. I need to know the exact link to write so that this goes directly to the correct page:
<a href="[unique_unsubscribe_link]">
Unsubscribe</a>
I have searched the internet and no one seems to have the answer. Of course other may have found pages I missed. I am not the most skilled in PHP and using collections, however a programmer friend also could not find the answer with the documentation.
Any help it greatly appreciated!
The text was updated successfully, but these errors were encountered: