everisk Posted June 29, 2009 Share Posted June 29, 2009 Hi, I'm trying to write a small php app (which will be embeded in email) that needs to know which version of MS Outlook is used to open the email. I'm been trying to use user agent but it doesn't seem to be different from web agent at all ???. I notice that when send email from Outlook, it adds X-Mailer: xxxx <-- this is the outlook version. If I can access to this, it would be awesome but not sure if it's possible. Any help is greatly appreciated. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
everisk Posted July 2, 2009 Author Share Posted July 2, 2009 *bump* Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted July 2, 2009 Share Posted July 2, 2009 How were you planning on embedding the PHP app within the email? The only way I can see to do this would be with an image link, src'd from a PHP script; and the implicit assumtion that the mailing will be HTML rather than plain text Quote Link to comment Share on other sites More sharing options...
everisk Posted July 2, 2009 Author Share Posted July 2, 2009 Yep, that's right. I plan to embed it with image link but no clue on how to retrieve info from Outlook. Quote Link to comment 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.