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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your iphone (and every other mail client) does it the following way:
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.