How to send mail in php on server
How to send mail with PHP
Collapse
X
-
There is mail function in php you can use.
For better results use one of open source libraries like swiftmailer or phpMailer -
download the php mailer and use it..
php have already mail.send() function but this not working with some servers so use this classComment
Comment