Pages: 1
RSS
%TO with alias doesn't work
 
In my templates, I often use something like
%TO="AddressGroupAlias"%-

In older versions, everything works fine, but with the actual version (and also in these versions in the last month), the value "AddressGroupAlias" is correctly inserted into the To-Field, but isn't resolved to the correct group - so it's still "Alias" in the To-Value instead of "Alias <list>" like in the older versions and so the sending of these emails fails.
The same problem with user-alias - the value stays in the to-field but isn't internally mapped to the addressbook-entry and so the sending failed with "<alias>  must contain domain" or something similar errormessage from our mailserver

any idea?

 
I can confirm the first part of your problem, I've also got a fix for it. Use this in your template:
%To="GroupAlias <list>"%-
I've tested it and over here it's working fine.

I've also tested your second problem and can confirm it (never ran into it as I don't use handles), but I couldn't think of a workaround just now.

You might consider adding an entry in bugtrack. If you post the link to your entry I'll confirm it.


You can insert bugs in the bugtracker, by logging in to:
https://www.ritlabs.com/bt/main_page.php
Choose 'The Bat' and add a new item.
First check whether someone has reported the same bug, then you can
add a note to that bug.
Bugs that are reported by more users are more likely to get attention
than bugs by one. And the system isn't smart enough to understand
that bugs might be the same.
And add just one bug per entry. Makes everything easier, both for
other users who want to add a note and for the developers.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
Bug reported:
https://www.ritlabs.com/bt/view.php?id=5886

Hope this helps ...  :)  
 
I've added a note and I'll bring this in in the beta list.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
Pages: 1