0
Sending emails in php??
4 Réponses
+ 8
mail() function is used to send mails in PHP. Refer https://www.w3schools.com/php/func_mail_mail.asp for more information.
+ 2
use standard function of PHP - mail(), but take care of falling in blacklist :)
+ 1
@MoHit it will not send an email from the local computer. It just saves them in a temporary folder. In order to send an email via mail(), you shoukd upload your file (or website entirely) in a web server.
0
not working