views:

62

answers:

1

is there some online web app which would let me make a vector drawing, and give me the choice to write some text and send it through gmail ?

for the magic to be complete, the web app would save my drawing as png (or whatever) and attach it to the sent email...

i guess i would have to give the webapp my gmail account info so it can send it from my account...

clarification: im not asking for a way to do it, im asking if someone knows if it already exists...

apparently, google is planning to do it. they´d only have to extend the webclipboard to gmail (so to be able to paste the drawing in the email)... this is not the same as sending a link for a drawing as someone suggested

A: 

You are going to need to write something to send email through the GMail API which you can use to attach and send your image along with whatever text you would like. Have a look at this article entitled Send email using PHP with Gmail.

You can use the library entitled GD to draw and save images.

This should give you a start in the right direction. Good luck.

Oren
yes, i know i _could_ program the app... i just wanted to know if someone has already implemented a great drawing web app with a mail sending one, where i could configure my email account
arod
Is this question really relevant to programming then?
Oren
maybe there is an already started open source project i could collaborate with, programming...
arod