Is there any way for sending email's and receiving email in php with same email server ?
How to Receive email in php ?
Collapse
X
-
Tags: None
-
kind of. as long as you don’t try to get the emails from the SMTP server…
sending emails can be easily done using the SwiftMailer library.
I still recommend using a mail client (thunderbird, eudora, sylpheed, etc.) if you want to send and receive emails.
Comment