How to send mail with PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mayuri30
    New Member
    • Jan 2012
    • 12

    How to send mail with PHP

    How to send mail in php on server
  • zorgi
    Recognized Expert Contributor
    • Mar 2008
    • 431

    #2
    There is mail function in php you can use.

    For better results use one of open source libraries like swiftmailer or phpMailer

    Comment

    • taamith
      New Member
      • Mar 2012
      • 2

      #3

      download the php mailer and use it..
      php have already mail.send() function but this not working with some servers so use this class

      Comment

      Working...