Hello,
Any one there to help out? Very basic thing is missing.
We can't use mailto: command in footer at all :( . It comes out as broken
link. Can this be considered a serious/urgent enhancement?
Tried this one too..
http://www.mail-archive.com/mailman-users@python.org/msg32666.html that it
> i
bob 001 wrote:
>
>Tried this one too..
>
>http://mail.python.org/pipermail/mailman-users/2009-May/065944.html>
The above doesn't work for two reasons:
1) You must use %%20, not %20. %20 causes an interpolation error which
is why nothing gets replaced.
2) The footer is in a text/plain message par
bob 001 wrote:
>
>Can someone please help? Following text in footer is not working and appears
>broken when it reaches to yahoo and/or gmail.
>
>mailto:%(list_name)s@
>%(host_name)s?subject=unsubscribe&body=unsubscribe %(user_password)s
First of all, it is a very bad idea to put the user's passwo
Hi Experts,
I am just trying to use mailto: facility.
It seems from last two lines of Jim Tittsler's response here :-
http://www.mail-archive.com/mailman-users@python.org/msg32666.html that it
is possible.
Can someone please help? Following text in footer is not working and appears
broken when it