IMO this question popped up somewhere (maybe the roadmap?) but has not been answered. Currently 40% of the library is ready, so if this question is still open, it should be answered now.
I am currently looking at the following implementations, but I am not fully happy though:
https://github.com/PHPMailer/PHPMailer
https://github.com/swiftmailer/swiftmailer
These two are the most powerful ones I've found. It seems that they have the same features.
There is also a third party email sender with implementation for third-party email solutions, like Mandrill, Mailgun:
https://github.com/henrikbjorn/Stampie
However, this is probably not the best solution as it does not use the official API SDKs.
I know @WanWizard you don't like the idea of third-party packages, but probably an email implementation is something that should not be reinvented. Both package has a great background, support is probably not a problem. However at this point I can't say which way is better: create our own or use an existing.
IMO this question popped up somewhere (maybe the roadmap?) but has not been answered. Currently 40% of the library is ready, so if this question is still open, it should be answered now.
I am currently looking at the following implementations, but I am not fully happy though:
https://github.com/PHPMailer/PHPMailer
https://github.com/swiftmailer/swiftmailer
These two are the most powerful ones I've found. It seems that they have the same features.
There is also a third party email sender with implementation for third-party email solutions, like Mandrill, Mailgun:
https://github.com/henrikbjorn/Stampie
However, this is probably not the best solution as it does not use the official API SDKs.
I know @WanWizard you don't like the idea of third-party packages, but probably an email implementation is something that should not be reinvented. Both package has a great background, support is probably not a problem. However at this point I can't say which way is better: create our own or use an existing.