PDA

View Full Version : Gmail sharing from mobile



satya@sipl
15th November 2012, 15:46
Hello everyone,

I have something to share like a message through gmail from Nokia mobile.


QDesktopServices::openUrl(QUrl(QString("https://accounts.google.com/ServiceLogin?service=mail&passive=true&continue=https://mail.google.com/mail/x/x/f/&ss=1&scc=1&ltmpl=ecobh&nui=5&btmpl=mobile")));
the above statement only opens gmail login page to login.

My situation is,-
1---> I'm getting o/p (some score) from application
2---> need to share the o/p through gmail by clicking perticular button.


Thanks in advance for providing me a helping hand