[SOLVED] Email Orb not working

SurferTim:
Are you connecting to the server? Even if you connect to the server at that ip (which should give you an error 404), this is a malformed request.

      client.print("GET ");

// missing the page you want here
// and stick to HTTP/1.0 below for now
     client.println(" HTTP/2.0");
     client.print("Host: ");
// missing your domain (server_name) here
     client.println();

Tried all this and still not working...