Home »

How to use email with PHP?

Question ListCategory: PHPHow to use email with PHP?
adamemliy16 author asked 8 years ago
1 Answers
jeanderson295 author answered 8 years ago

Email functionality is inbuilt with PHP.PHP provide mail() with use of this, we can sen an email to user or subscriber.
We can send html/text email.
We can send attachment with email.
We can also use option like cc, bc and bcc.
We can also set the values in header.
We can also use third party API like (gmail, yahoo etc) to send email.

Please login or Register to Submit Answer