This is a discussion on sending mail from php and correct MS Outlook receive within the PHP Language forums, part of the PHP Programming Forums category; Hello, In my MS Outlook I use global address book to handling contacts. When I send email from Outlook to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
In my MS Outlook I use global address book to handling contacts. When I send email from Outlook to myself and double click on sender I get information about me from my global address book. When I use php mail() function to sending messages and then double click on sender I get specificity message email window only. How do I have to prepare header at mail() function (for example: FROM: ???) that after send and double click on sender in Outlook I get information about sender from Outlook global address book ? Is it possible ? |