I want to send my emails using sendgrid's SMTP servers, but connecting to them, not at "Web-time", but via a (simple) queue.
I know PEAR's Mail_Queue can enable me to do that, but can I do it using SwiftMailer?
(What are exactly the fonctional differences between SwiftMailer and Mail_Queue?)
Thanks!