0
Sending emails in php??
4 Answers
+ 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
Hot today
Python — File Handling
2 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes
Achievements on Sololearn
1 Votes
Queue & dequeued
0 Votes