Jump to content

[SOLVED] PHP data into outlook


sayedsohail

Recommended Posts

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.

 

 

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.