Sending emails from my php web site

Asked

Viewed 24 times

-1

Good afternoon I have the following doubt I am developing a web site and I intend that in one of the zones it by clicking on a button collects the data Dae a table of the database referring to that id of that client but I do not know how to send email to an email from my domain already managed but is it possible to send other emails? or I have to install something to do it?

1 answer

0


Good afternoon, always for sending emails with pure PHP it is recommended to use a library that makes everything easy for you. I recommend the Phpmailer. You just need to add the SMTP settings and send your email. On the Github page you can see a simple send.

  • Thank you very much clarified perfectly, thank you for the help and patience!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.