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
Visitor
karthick
Posts: 1
Registered: ‎12-26-2011
My Carrier: developer

How to send Email in Playbook using web works?

[ Edited ]

Hi,

       I'm Karthick, Is it possible to send email from webworks for playbook. Please provide me sample code.

 

Thanks 

Please use plain text.
Developer
greenback
Posts: 448
Registered: ‎10-17-2010

Re: How to send Email in Playbook using web works?

Use the <a href="mailto:....."></a> format. If the user is bridged, it will open up the email application, if they are not, it will prompt them to bridge to their BlackBerry Smartphone.

 

For further reading please refer to these free online resources:


http://www.w3schools.com/html5/tag_address.asp
http://www.html-5.com/tags/a-tag/examples.html

 

Good luck! :Sorcerer:

Please use plain text.
Developer
scrid2000
Posts: 138
Registered: ‎07-27-2011
My Carrier: Sprint

Re: How to send Email in Playbook using web works?

Has this been disabled in OS2?
-----------------------------------------------------------------------------------------



Please use plain text.
Developer
greenback
Posts: 448
Registered: ‎10-17-2010

Re: How to send Email in Playbook using web works?

Actually I am having issues with this now as well.

If you try typing the mailto: link into the browser it works, however, I cannot launch the messages app from the mailto: link from within my app.

Really annoying issue on WebWorks for Playbook. 

Please use plain text.
Developer
scrid2000
Posts: 138
Registered: ‎07-27-2011
My Carrier: Sprint

Re: How to send Email in Playbook using web works?

Apparently the problem is known and being worked on :smileyhappy:

-----------------------------------------------------------------------------------------



Please use plain text.
BlackBerry Development Advisor
twindsor
Posts: 536
Registered: ‎07-15-2008
My Carrier: Bell

Re: How to send Email in Playbook using web works?

You can watch this issue on Github here: 

https://github.com/blackberry/WebWorks-TabletOS/issues/53

Tim Windsor
Application Development Consultant
Please use plain text.
Regular Contributor
fgoyti
Posts: 70
Registered: ‎06-15-2011
My Carrier: Bell Canada

Re: How to send Email in Playbook using web works?

Adding my +1 to this

Please use plain text.
Contributor
icq782443
Posts: 22
Registered: ‎02-21-2012
My Carrier: Telus

Re: How to send Email in Playbook using web works?

The best solution I have found is this.

 

There are limitations but it will work fine if the email content isn't too large.

Please use plain text.
Contributor
joeljesudossj
Posts: 10
Registered: ‎02-15-2013
My Carrier: Reliance

Re: How to send Email in Playbook using web works?

Hi

I need to send an attachment via e-mail client programatically in playbook webworks

I had implemented it in BlackBerry Curve using Java Extension.

But Jave Extension is not getting recognized in PlayBook webworks

 

Also I went through this post,


But there is no solution to add mail attachment

Also is it possible to use AIR extension for the mail attachment in PlayBook webworks
http://diadraw.com/e-mail-native-extension-updated-for-adobe-air-3-4-and-ios-6-0/


Regards
joel

Please use plain text.
BlackBerry Development Advisor
twindsor
Posts: 536
Registered: ‎07-15-2008
My Carrier: Bell

Re: How to send Email in Playbook using web works?

Sorry, neither the Java Extension or the native one for iOS will work on the PlayBook. There isn't currently an option besides building a new extension for PlayBook. However, when BlackBerry 10 is released for PlayBook, this will be possible.

Tim Windsor
Application Development Consultant
Please use plain text.