When using ysfDimensions with a "mail" module, with actions using sfMail().
The correct template/*Success.php file is used.
eg
template/*Success.php
or
template/brand/*Success.php
However for the altbody templates dimensions appears to be ignored:
In my specific case I have:
template/brand2/emailSuccess.altbody.php
template/brand2/emailSuccess.php
template/brand3/emailSuccess.altbody.php
template/brand3/emailSuccess.php
template/brand4/emailSuccess.altbody.php
template/brand4/emailSuccess.php
template/emailSuccess.altbody.php
template/emailSuccess.php
When the brand = brand1 - the files used are to create the email are:
template/brand2/emailSuccess.altbody.php
template/emailSuccess.php
It should use files:
template/emailSuccess.altbody.php
template/emailSuccess.php