Receive emails with php

0

I want to configure or program my page to be able to receive emails from "clients", I just want to learn what is the best way to do it (if there is one). What is not if there is a better way to do more than programming it from scratch.

Thanks in advance.

    
asked by Odannys De La Cruz 10.12.2017 в 15:56
source

1 answer

0

In order to RECEIVE emails on your website, what is used is a contact form, so they are stored in a database and read in the administrative part of your website. To SEND the answers to those emails (or send in general), is what PHPmailer is used for.

    
answered by 08.08.2018 в 03:43