So, this is my email function, that sends an email using Gmail\'s SMTP:
public void Email(string subject, string body) { try {