I would like to generate a link in the footer of each email that would take the user
directly to their options page so that, if they want to unsubscribe, they can do so
with a maximum of two steps one to click to the page and one to unsubscribe via the
web page with no further confirmation steps
I tryed change the default page and link colors by adding relevant fields in
Default.py to mm_cfg.py. Changing all of the directives worked except for
WEB_LINK_COLOR
which did not result in a change. I found the offending error in
htmlformat.py line 326. It should read:
'link'
when it reads
'alink'