All of the code I provided should go in the REMOTES section.

If gmail allows you to connect to their SMTP server through sockets (not by using their webmail portal), then you should be able to use gmail.

It would be a VERY good idea to add some kind of anti-abuse to your !commands. Something like this:

Code:

on 300:TEXT:!report buffer:#:{
  if (%report.buffer) {
    notice $nick Bad video buffer was already reported to Dylan less than 30 minutes ago.
    return
  }
  set -u1800 %report.buffer 1
  notice $nick Reporting bad video buffer to Dylan, $nick $+ .
  sendmail
}



This will keep users from reporting more than once every 30 minutes.

-genius_at_work