Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP sending through Outlook

Status
Not open for further replies.

Guggly

Programmer
Joined
Jan 18, 2004
Messages
110
Location
US
Hi! Is there any way to control Outlook mail functions using PHP? Specifically what I'd like to do is send email (including attachments) from my PHP script and have the email show up in Outlook's Sent Items folder. Is this possible or would it require going through some 3rd-party COM object?

Thanks -- Mike
 
As an alternate idea, why not just have PHP send a CC: to the mailbox Outlook is using, and program in an Outlook mail delivery rule to put any arriving email from your PHP app into a specific folder?

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Interesting idea about just sending a copy to myself, will give it some thought!

In response to your first post, would you recommend anywhere in particular as far as getting info on COM programming with PHP? I'm sure I could find something, but if you had any recommendations it would be great. -- Thanks for your help!
 
Okay, thanks for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top