jacobwb / hashover-next

This branch will be HashOver 2.0
GNU Affero General Public License v3.0
419 stars 87 forks source link

Use SwiftMailer #128

Open taophp opened 8 years ago

taophp commented 8 years ago

Have you considered to use SwiftMailer in parallel of the build-in mail command? In fact, SwiftMailer is able to use the mail command, but give some good reasons to not to which apply to any mail command use. They talk about their not-so-good experience with the mail command and I have quite the same.

I tried this on my fork, but the code is based on a branch which included my two previous rejected pull requests, so I have some house keeping to do before making a new pull request... but you can already have a look here and tell me if you think this approach is interesting for you.

jacobwb commented 8 years ago

@taophp

Sorry for the delay, I've been busy.

I'm not opposed to this at all. I am, however, opposed to how you've implemented it. It's early work, I understand, so don't take the following as harsh criticisms.