On 09/28/2015 03:42 PM, Hung Phan wrote:
> Hello,
> 
> We notice that our 1-click unsubscribe
> option %(user_optionsurl)s?password=%(user_password)s&unsub=1&unsubconfirm=1
> doesn't get interpreted correctly by gmail. The whole text get displayed as
> is while other email systems like yahoo translates it into a clickable
> link.


msg_header and msg_footer are either added as plain text to a text/plain
message or added as separate text/plain parts to a more complex message.

I.e., the footer itself is always plain text. Whether something that
looks like a URL in plain text is rendered as a clickable link is
completely up to the MUA (mail client) rendering the message. If gmail's
web client doesn't render plain text URLs as links, that is up to gmail.

It may be (I don't know and haven't tried to verify) that gmail treats
plain text that looks like a URL differently depending on whether it is
in a plain text message body vs. in a plain text attachment to an HTML
or multipart alternative message. If that is the case, the FAQ at
<http://wiki.list.org/x/4030707> may help.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to