How to send e-mail using php coding ? could you please explain me in detail ? could you please send me coding ?
Collapse
X
-
Tags: None
-
We can give you help, but we can't give you full solutions.
You generally send mail using PHP's mail() function. However, there are some good classes out there that are widely used to send mail through PHP.
Swift Mailer.
php.net - mail
Comment