Issue
Is that possible to save our emails when we use PEAR:Mail and send them trough SMTP server?
ex. when an email is sent with IPhone, we can see a copy of that email in Sent folder on our web mail access
I'm looking for a solution base on PHP code.
Solution
Your iphone (and every other mail client) does it the following way:
- send the mail via smtp
- store the mail via IMAP in the "Sent" IMAP folder
It's basically sending the mail 2 times to the server, once with SMTP to get it out to the world, and another time to store it in your mailbox.
Answered By - cweiske Answer Checked By - Gilberto Lyons (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.