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, Quote 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 Quote 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." Quote 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:test@hotmail.com?subject=test">test</a> but why not just email from the site ? Quote 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. Quote 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:test@hotmail.com?subject=test">test</a> and <a href="mailto:test@hotmail.com?body=test">test</a> but no idea if <a href="mailto:test@hotmail.com?subject=test&body=hello">test</a> will work.. it should but i have never tried.. hope this helps Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.