Which php mail library do you use?

For awhile now, with my simple forms I’ve been using swiftmailer.org … However i’m going to start getting into heavy development so curious if I should look into a more robust php mailer.

Thank you in advance.

mail()
quite robust for me

+1

have been using mail() for a while now, never had any dramas with it.

symfony advocates swiftmailer and so do a few other frameworks and I take that as evidence enough to use it as well.

More than advocate, swift is now a Sensio OS product, with Fabien as lead.

Yeah iv always just used mail() and put the rest together the old fashioned way.