+ 1
Php email
Hello folks! im newish to php. i can write php code that will compile all of the form data and send it to me via email. but i wanted to know if there was a way to send and email to the client. for example, if they sign up for an email letter, how can i send the client an email via php? i have done extensive research and all i can find is how to receive email from the form data. but i couldnt find out how to automatically send one to the user (client).
6 Antworten
+ 3
Take a look at this -> https://github.com/PHPMailer/PHPMailer
+ 2
Dev, wtf XD im so noob and cant understand anything XD
+ 2
@dghi there are lots of tuts on YT how to use PHPMailer, hope it will clear your mind a bit :)
+ 1
make the mail address a variable and capture it with input.
+ 1
@robin you're welcome ;)
0
@dev
thanks man. ill look more into that for sure