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.

I was hoping someone can shine some light on an issue I have been trying to resolve.

Users who sign up for our service can connect to FB using our website and invite friends. When the invite is sent to a chosen FB contact they receive a FB Request and also an email message in their FB inbox with a link back to our FB app. The link takes them to a signup page.

The problem is that the email in the invitees FB inbox is flagged with a little yellow warning icon and if you hover your mouse pointer over the icon you can see a message: "Unable to confirm [FB user name] as the sender."

I notice that I don't get this warning if the sender happens to have signed up to FB with an email address containing our website domain name (which is an unlikely scenario) but otherwise the warning appears.

I believe this is because when we try to send an email on behalf of the inviter in terms of their original email address (e.g. user@hotmail.com, user@gmail.com etc) (which they would have used when signing up to FB) we are not authenticating through the users email server for their domain and then FB flags these emails with the warning I mentioned above.

What's interesting is that I have manually sent emails to a test FB account with a FROM: address of user@gmail.com and sent it via a hotmail SMTP server and it was delivered to the users FB email inbox without a warning. This would seem to contradict what I said above about the warning appearing because of not authenticating through the correct email server.

Has anyone else experienced a similar problem and found a way to deal with it?

Your help would be very much appreciated! If I need to make any clarifications please let me know. Thanks.

share|improve this question
possible duplicate of Send e-mail with PHP to Facebook group mail address – Igy Mar 2 at 23:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.