Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Is there a way to get MQ2Gmail to shoot an email when someone zones into zone? or if someone is in a certain range of your group? Was reading not sure if this was asked did not see it in both posts.
The within a certain range could be done easily. but when checking for someone entering the zone, that could get complicated. When first entering the zone, do you want to know if someone else is there? Do you care about other's in your guild or do you want to ignore them, your fellowship? do you want to be ignore characters in your fellowship?
there is a mem leak in mq2gmail that causes it to stop working after about 10 emails but there is a fix that works for now until we can find and fix the issue
Rich (BB code):/multiline ; /plugin MQ2Gmail unload ; /plugin MQ2Gmail ; /gmail "Message"
I love MQ2GMAIL for my bots. One thing I'd love is a 6 hourly update on AA's gained/Levels gained, Number of NPCs killed, PP collected, items looted etc - basically a digest of what has happened over the previous 6 hours.
Is that going to be incredibly difficult to achieve? I'll try it myself if there is a syntax for this kind of thing in the ini settings.
I would create a plugin for that. Not sure that would be practical in a macro. Could use KA to Dump and send the email.
From what I can tell, and that is looking at the version of Kiss I am using. Named should be sending you a gmail message. This question is more suited for Maskoi.
|-----------------------------------------------------------------------------
| SUB: Capture Tells
| ----------------------------------------------------------------------------
Sub Event_YouGotTell(Message, Fwho, Swhat)
/if (${GMailEvents.Find[tells]}) {
| The Fwho.Equal[${Me.CleanName}'s pet] does NOT work, so I split it to 2 Finds and this works.
/if ((${Me.Pet.ID} && ${Spawn[${Fwho}].ID}==${Me.Pet.ID}) || (${Fwho.Find[${Me.CleanName}]} && ${Fwho.Find[s pet]}) ) /return
/if (!${Me.Pet.ID} && ${Swhat.Find[, master.]} && ${Swhat.Find[I am unable to wake an]}) /return
/if (${Select[${Spawn[${Fwho}].Type},NPC,PET]}) /return
/echo ====> ${Fwho} Sent you a Tell: ${Swhat} <====
/call GmailSend "You Got Tell From ${Fwho}, ${Swhat}"
} else {
/doevents flush YouGotTell
}
/return
[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=1
GMail1=Dead
GMail2=GM
GMail3=Named
GMail4=Tells
GMail5=NULL
GMailSize=5
you can't really. we're going to have a new option for mail here soon :tm: but gmail is problematic for a few reasons and that's one of the annoying issues with it atmGreat plug-in thanks! I’m having an issue where the token authenticates and works for a short period of time and then stops. I re-initiate it and it says the request is malformed. When that happens, I’ve just been going into the ini and deleting out the email and refresh token lines, which allows me to reauthorize the token. What can I do to keep the token authorized?
Okay, well glad it wasn’t just me. Looking forward to the update!you can't really. we're going to have a new option for mail here soon :tm: but gmail is problematic for a few reasons and that's one of the annoying issues with it atm
check your gmail settings - gmail will frequently turn off less secure apps and will cause you issues getting another authSo I had mq2gmail working, with the .ini filled out and it was awesome while it worked. Then it said I had a malformed auth code, so I deleted the old .ini and now google won't show me another auth code for this. Any suggestions on how to get a new authcode so I can copy/paste it into EQ XOauth2?
yes, mq2gmail is basically a dead route because of changes that google has made - even if you turn on less secure apps in the 2 places you have to turn it on, it will turn itself back off in a short period of time.not to possibly revive a dead thread but even when i turn on allow less secure apps i still get the gmail issue telling me the app was blocked. any help would be greatly appreciated. ty in advance.

