jenovachild
New Member
- Joined
- Feb 29, 2012
- Messages
- 44
- Reaction score
- 0
Hey all.
Just wrote up a quick plugin that will send an email to your email account if the bot gets stuck so you can still kind of AFK. (I receive the email to my phone, and then just need to fix the bot)
This plugin requires that you have a gmail email account - easy to make if you don't have one already.
Basic Usage
Before using the plugin you will need to configure it to your email settings in the plugin file. Simply open EmailNotify.cs file and change the following lines of code (you will find them near the top of the file):
When you enable the plugin on demonbuddy, you should receive a test email telling you that the plugin was enabled. If you do not receive this message, then there is something wrong with your email settings.
NOTE:
This plugin is only sending an email when the error "Closing error dialog" prevents the bot from resuming another game!
Click to Download >> [View attachment EmailNotify.zip]
Just wrote up a quick plugin that will send an email to your email account if the bot gets stuck so you can still kind of AFK. (I receive the email to my phone, and then just need to fix the bot)
This plugin requires that you have a gmail email account - easy to make if you don't have one already.
Basic Usage
Before using the plugin you will need to configure it to your email settings in the plugin file. Simply open EmailNotify.cs file and change the following lines of code (you will find them near the top of the file):
Code:
public string to = "[email protected]";
public string from = "[email protected]";
public string password = "your email password";
When you enable the plugin on demonbuddy, you should receive a test email telling you that the plugin was enabled. If you do not receive this message, then there is something wrong with your email settings.
NOTE:
This plugin is only sending an email when the error "Closing error dialog" prevents the bot from resuming another game!
Click to Download >> [View attachment EmailNotify.zip]