sendEmail()
From Hack Wars Wiki
| Function information for sendEmail() | |
| Function | sendEmail(string message) |
| API | Watch |
| Cost | $1,000 |
| Level | 35 |
| CPU Usage | 5 |
| Description | Sends you an email with the message provided. This function takes $100 to run. |
Example
sendEmail("You were attack by "+getTargetIP()); |
