I need my application to send and receive emails on certain events. I think I would like to use a mail server also to implement an in-application mailing ability, like the ability to send/receive/delete messages in applications like linkedin.
What would be a good tool, a PHP mailing class, the imap extension, or are they not covering the same responsibility and they actually complement each other, and I should use both?
What would be a good tool, a PHP mailing class, the imap extension, or are they not covering the same responsibility and they actually complement each other, and I should use both?