Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to know from which environment an email is coming? (whether it is from a mobile device or a web browser?). I would like to use a server side program for this. If you have any other ideas, please suggest them.

Thanks Vego

share|improve this question

1 Answer

It depends on the client that is generating the email to distinguish between the browser/mobile being the source and add some extended headers to let the receivers know about this information.

If you are the author / user of such a client generating the email, you can configure the extended header appropriately.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.