I’ve read one can send email from its solution, but is it also possible to recieve email in its solution without any emailsoftware like outlook?
Thanks…
I’ve read one can send email from its solution, but is it also possible to recieve email in its solution without any emailsoftware like outlook?
Thanks…
It’s currently not possible to receive email with servoy, it is fairly easy though to write a plugin that will do that. There are quite a few java programs that can check email and all you would have to do is modify them to be a plugin.
jaleman:
It’s currently not possible to receive email with servoy, it is fairly easy though to write a plugin that will do that. There are quite a few java programs that can check email and all you would have to do is modify them to be a plugin.
Does this mean it wil be a standard feature in the (near) future?
It means that we hope that somebody will accept the challenge and build a plugin that can receive email. If nobody will eventually and there is a lot of demand we will consider to build one ourselves.
jaleman:
It means that we hope that somebody will accept the challenge and build a plugin that can receive email. If nobody will eventually and there is a lot of demand we will consider to build one ourselves.
Hi Jan,
Via, via I found this site where you can download products (javabeans) like EzSMTP and EzPOP for sending and retrieving email
Because of my little knowledge regarding Servoy and Java at this very moment I haven’t got the slitest idea how to implement this in a solution but then again I hope to gain that information here on this forum
Should we deploy javabeans in a solution for sending and retrieving email or would a plugin be better so developers can use extra functions and be more flexible?
Thanks…
Bert:
jaleman:
It means that we hope that somebody will accept the challenge and build a plugin that can receive email. If nobody will eventually and there is a lot of demand we will consider to build one ourselves.Hi Jan,
Via, via I found this site where you can download products (javabeans) like EzSMTP and EzPOP for sending and retrieving email
Because of my little knowledge regarding Servoy and Java at this very moment I haven’t got the slitest idea how to implement this in a solution but then again I hope to gain that information here on this forumShould we deploy javabeans in a solution for sending and retrieving email or would a plugin be better so developers can use extra functions and be more flexible?
Thanks…
AWESOME REFERENCE!
Thanks Bert!
Bob Cusick
Does anybody have any clue or start of how to begin with such javabeans??
Who can help us?
p.s. imaging the things you can do! user and customer (sorted) specific email.
Never any email lost with a client!
We’re working on a comprehensive article on the usage of beans. Currently the usage of beans in Servoy is meant for beans that provide GUI elements (such as charting beans). Those beans simply need to be dragged into the Servoy beans folder after which you can place them on a form. Once you place them on a form they will expose all their properties and functions in the methods editor. We are investigating the support of headless beans such as the earlier mentioned ezpop bean. You can already create a Servoy Plugin that includes the ezpop functionality fairly easy.
Jan, could you help us (non-java dude’s, but learning!) where to start when making such kind of plugin? I mean books, internetsite’s, javadeveloper program’s etc…?
HJK:
Jan, could you help us (non-java dude’s, but learning!) where to start when making such kind of plugin? I mean books, internetsite’s, javadeveloper program’s etc…?
From the other non-java dude that’s why I posted the question and the link
jaleman:
You can already create a Servoy Plugin that includes the ezpop functionality fairly easy.
OK, what is fairly easy and it would be nice if we could discus these issues in the workshop
The workshop is specifically aimed to get a general overview of all features of Servoy and a basic understanding of how Methods work. To go into plugin programming might be a bit too deep for a 1 day class with such a wide audience. I will try to find some time at the end of the day to discuss plugins.
We are working on a step by step plugin howto that will be aimed at developers with little Java experience. To get you started on Java I recommend: Mastering Java by John Zukowski, 078214022X. There are hundreds of other good Java books but I found this one very comprehensive.
If you are like me one book just isn’t enough – I like reading different viewpoints on the same subject. After some research I picked these up recently and all three seem great from my viewpoint (as in I don’t know Java…):
The step-by-step plug-in guide in the works is good news to me. Full email functionality seems like a logical plug-in (uhm…it would be interesting to be able trigger a method by sending an email to servoy) and my vote is also in for an AppleScript plug-in.
Update on ezpop bean: in the upcoming 1.1 version it works. It is very easy to use. Just drop it on your form and all its methods will be exposed in the methods editor. Click and fill and you’ve got full pop support in Servoy. I’ll try to upload an example soon.
GREAT!! I’m looking forward to it!
Jan, do you have some examples for us with the ezbean??
I noticed David has built a demo with explanation here: