8

Today I've landed on a legacy project which still uses mail() method in PHP. Just gonna enjoy this one.

Comments
  • 0
    do you mind teaching me best practices? at least i don't find it on the fly...
  • 4
    Sometimes you can just smell the shit coming your way.
    Good luck, mate
  • 0
    @CoffeeNcode so it is about a well designed mail handler as a component? not mail() being deprecated?
  • 0
    @CoffeeNcode thanks for clarification! i was worried to be late to the train another time...
  • 3
    Swift mailer 😎
    Although with the right setup mail() will still work and not hit spam filters, but... it’s a lot easier just to use a smtp library.
  • 0
    Personally I use PHPmailer for mailing, but I'll try new library this time
Add Comment