E-Mails with PHP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

E-Mails with PHP

How can I send E-Mails with PHP? I want a Website where you can click and a ready E-Mail comes on your screen where you only have to add Text and click send.

22nd May 2019, 7:38 AM
Elias Piersig
Elias Piersig - avatar
1 Answer
+ 8
Elias Piersig this 2 link have enough information about that how to do that. You can mail in two ways to local host by using xampp mailer function or if you want to sent mail through gmail then you can sent that by downloading one file phpmailer from github and copy that folder in the your mail folder. Smtp is used for that which is simple mail transfer protocol used to send mail Ssl is used which is secure socket layer. An socket is an function which is used in transport layer to transfer any information securely and in authentic way. Then all this were included according to video. And your mail will be send accordingly if you face any difficulty by seeing the video or link reply me I'll resolve that. https://youtu.be/U13smZvdArI https://www.quora.com/How-can-I-send-mail-through-localhost-using-XAMPP-in-PHP
22nd May 2019, 1:46 PM
GAWEN STEASY
GAWEN STEASY - avatar