Re: [symfony-users] Re: Message size of an email...

2010-01-26 Thread Gareth McCumskey
Just bear in mind that the -actual- message size isn't exactly what you pass to Swift Mailer. The sending MTA (Mail Transfer Agent) could possibly add on additional headers, additional content if there is SMTP signature adding mechanisms etc. At best you will get the minimum size that the message

Re: [symfony-users] Re: Message size of an email...

2010-01-25 Thread Gábor Fási
Your mail is a Swift_Message instance, it has a toString() method. On Tue, Jan 26, 2010 at 00:22, nghtstr nght...@gmail.com wrote: I know I am bumping this, and that is frowned upon.  However, I really need to know how to do this.  I would think that it should be simple, but I don't see