Simple GMAIL Email sender, works on 21/08/2015 ;)

edited August 2015 in Share Your Work

Hi folks, my name is Luis and I want to share with you the work of a couple of days I've been doing. It is a sketch that allows us to communicate with GMAIL or any other mail server via internet from Processing.

1 - Install STunel, is the program that avoids dealing with security TSL GMAIL. It is preset. 2 - Run the Sketch.

IMPORTANT: The user name "userBase64" and the password "passBase64" have to be translated into base64, that you can do it from this website online: https://www.base64encode.org/

And another thing, you have to go to the settings tab of Gmail and enable IMAP and POP3 mail once this is done you seek on google how to create an password application, you create one and that is the password to access gmail from Sketch.

I mean, userBase64 = "myacountname@gmail.com" converted to base64. and passBase64 = "application password" converted to base64.

Enjoy it folks !! It works to date;)

Link to download STunel: https://www.stunnel.org/downloads/stunnel-5.22-installer.exe

If Socket send fail.. check your antivirus ;) Sorry for my english..

Link to Download Sketch: https://dl.dropboxusercontent.com/u/65979707/processing/GmailSend.zip

Sign In or Register to comment.