Why? I have a Android phone and i've been using "Notify My android" feature. As cool as this application might be i dont feel like pay to get notifications, so i decided to develop a very simple way to notify my android via email. Emails are free, unlimited, dont use any external application installed android and if you use gmail then its push back consume way less battery. How? Just Edit the attached file and replace the following (CTRL+F to search): #emailFrom# change to a gmail acount, this will be the sender (THIS MUST BE A GMAIL ACOUNT, WILL ONLY WORK WITH GMAIL AS SENDER) #passwordFrom# change to password used on the above gmail acount. (NOTE: if you use " caracter please put a \ caracter before it. example: cenas" would be cenas\") #emailTo# change for the email that will be receiving the notification, this can be any email acount, gmail, hotmail, whateverEmail. Backup your current GilesTrinity.cs just in case (DO NOT LEAVE IT ON THE gilesTrinity folder will generate DB errors) and replace for this one. CLEAR compiled Assemblies Folder. This is it. Download: View attachment GilesTrinityWithEmail.zip For those who are experiencing problems with not reciving emails, here is a debug tool (its open souce): run wf_gmail.exe if you dont want to compile the code. fill the fields and hit send! in case of a error he will tell you. if the email was sent, plese check your gmail acount and see if a email under "test email" name is on your sent folder. View attachment wf_gmail.zip
How much does NMA cost? Ive been trying to find out but cant seem to find the price anywhere and I havent added a card to my google account yet
hmm, I have edited the file and entered the information but no emails received. Should I enable anything else? When exactly should this send out emails?
Hello m8, using this version the email is always enabled, so you do not have to do nothing beside edit emails and password. So please check is the info you introduced is correct. Mind you this will only send email from a GMAIL account to any email account. Double ckeck the password. Delete compileed assemblies on DB folder. then start the bot. Does the DB gives you any error on the info window?
hey tonyx, thanks for the invitation, at the moment im at my GF house, but when i get home in about 3 or 4 hours ill drop by the channel.
Hum strange... tomorrow I'll post a debug tool. A stand alone application just to send the mail with the same code. Will be open source ofc to avoid scamming accusations. Did you erase compiled assemblies ?
yeah I did that right after editing the file and swaping for the old giles.cs, I checked the email its supposed to be emailing from as well and there is nothing in the sent folder
I will try to post here a test stand alone application, if works from the application it should work from the plugin.. i will try to add a message on error in the application just in case.
I think I screwed up the editing. I changed password from to my password so it no longer says password from Im a dork. Was doing it in a hurry. Also do the email addresses and the password need the "" around them?
Glad You double checkd. Yes they are strings. Every string has to have "" around them. re-download the file i posted and replace everything between ## including the ##. A tip, Use notepad++ it will identify the strings with colores.. it's easier to see if we made mistakes.