Should I use php mail function or phpmailer?

Posted by bbtang on Stack Overflow See other posts from Stack Overflow or by bbtang
Published on 2009-08-05T08:31:25Z Indexed on 2010/03/20 15:41 UTC
Read the original article Hit count: 450

Filed under:
|
|

Well, so far, I have been using php built in function, mail(), and I have no problems with it, even I sent a blast to 1000+ users. But then, lately I found this phpmailer, which is specially design to send email.

Q1: Should I change to this phpmailer?

Q2: What are the advantages of using phpmailer?

Q3: I found other products on phpmailer website, i.e phpmailer FE, ML etc. What are those? Which one you guys is using?

Q4: Have anyone tried sending blast email to 2000+ users with phpmailer? If yes, does it cause any problems?

Thanks in advanced for answering the questions

© Stack Overflow or respective owner

Related posts about phpmailer

Related posts about php