sending mail from php and correct MS Outlook receive

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 ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2006
daniel.czestki@wp.pl
 
Posts: n/a
Default sending mail from php and correct MS Outlook receive

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 ?

Reply With Quote
  #2 (permalink)  
Old 01-08-2006
jasonbar@gmail.com
 
Posts: n/a
Default Re: sending mail from php and correct MS Outlook receive

mail($to,$subj,$msg,"FROM: Some Name <user@domain.com>");

Should work out for you.

Reply With Quote
  #3 (permalink)  
Old 01-08-2006
jasonbar@gmail.com
 
Posts: n/a
Default Re: sending mail from php and correct MS Outlook receive

mail($to, $subj, $msg, "FROM: Some Name <user@domain.com>");

Should work out for you.

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:49 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0