How to make swift mailer to work faster

Hi All,

I have used swift mailer in my project for mailing purpose, it take more time to load. let me know how to make it fast and also how to get the log for the mail (to whom it delivered)…

It’s hard to say anything without any profiling results but the bottleneck is typically the SMTP connection/communication rather than the library itself.