Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Regular Contributor
hoangan_it
Posts: 63
Registered: ‎06-08-2012
My Carrier: BlackBerry

How to send email from WebWorks app

Hi all,

I want to send email to a email address with email contain which I write

 

Would you mind help me?

See your resoponse soon!

 

An Pham

Please use plain text.
Developer
biggerCC
Posts: 267
Registered: ‎12-13-2010
My Carrier: o2 (de)

Re: How to send email from WebWorks app

For BB 5, 6 & 7 devices, use: blackberry.message:

https://developer.blackberry.com/html5/apis/blackberry.message.Message.html

 

For PlayBook and BB10 there's already a thread on this topic:

http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-programatically-send-emai...

- - -
My approved apps @ App World
Please use plain text.
Developer
Hithredin
Posts: 344
Registered: ‎06-03-2010
My Carrier: Free

Re: How to send email from WebWorks app

Or just create a anchor with href="mailto:" which will open the UI to send a mail on click

Please use plain text.
Regular Contributor
liammccann
Posts: 68
Registered: ‎06-12-2012
My Carrier: Vodafone

Re: How to send email from WebWorks app

@Hithredin Sounds like the easier and most cross platform way
Please use plain text.
Regular Contributor
hoangan_it
Posts: 63
Registered: ‎06-08-2012
My Carrier: BlackBerry

Re: How to send email from WebWorks app

Hi liammccann,

Could you show me the example code?
I use this way, but it is not succeeded!

see you soon!
An Pham
Please use plain text.