Sending emails from my php web site

-1

Good afternoon I have the following doubt I'm developing a web site and I intend that in one of the zones he clicking a button collects data from a database table for that client's id but I do not know how to send it to Can an email from my domain already be able to send to other emails? or do I have to install something to do it?

    
asked by anonymous 21.10.2017 / 20:02

1 answer

0

Good afternoon, always sending emails with pure PHP is recommended the use of a library that will make everything easier for you. I recommend PHPMailer . You just need to add the SMTP settings and send your send your email. The Github page itself already demonstrates a simple submission.

    
21.10.2017 / 20:07