sayedsohail Posted October 29, 2007 Share Posted October 29, 2007 Hi everyone, I wish to open outlook from php and and echo the results inside the outlook i.e, suppose i got client record with name, email, product id, product description, qty and summary of product. Please advise. Regards, Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/ Share on other sites More sharing options...
MadTechie Posted October 29, 2007 Share Posted October 29, 2007 Read up on COM's http://uk2.php.net/manual/en/ref.com.php Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380274 Share on other sites More sharing options...
sayedsohail Posted October 29, 2007 Author Share Posted October 29, 2007 is there anyway i could just pass as a link "mailto: link with a querystring for the subject/body etc." Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380319 Share on other sites More sharing options...
MadTechie Posted October 29, 2007 Share Posted October 29, 2007 i think you maybe able to do <a href="mailto:[email protected]?subject=test">test</a> but why not just email from the site ? Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380322 Share on other sites More sharing options...
sayedsohail Posted October 29, 2007 Author Share Posted October 29, 2007 thanks that is a very good question, i got email form setup using phpmailer, but my client wants to open outlook filled with subject, body details from php and than, they want to add/insert some extra bits inside the subject and body ie., copy and paste from excel file. Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380324 Share on other sites More sharing options...
MadTechie Posted October 29, 2007 Share Posted October 29, 2007 well you can do <a href="mailto:[email protected]?subject=test">test</a> and <a href="mailto:[email protected]?body=test">test</a> but no idea if <a href="mailto:[email protected]?subject=test&body=hello">test</a> will work.. it should but i have never tried.. hope this helps Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380332 Share on other sites More sharing options...
sayedsohail Posted October 29, 2007 Author Share Posted October 29, 2007 that is marvelous. Link to comment https://forums.phpfreaks.com/topic/75178-solved-php-data-into-outlook/#findComment-380347 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.