On Mar 5, 12:04 am, eric le bihen <[email protected]> wrote: > > Is this because I'm using multipart mails? > > Correct. The sfTesterMailer checkBody does not check for message mime parts. > You could create a sfTesterMailerMultipart class that would extends the > sfTesterMailer > ... > You would need to iterate through the children of the message object to get > the mime part you are interested in. > > something like...
Hi Eric, Sorry, I managed to miss your reply at the time! Thanks very much for the help; that was exactly what I ended up doing, and it worked just fine. Matt -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
