Java SMTP application that will connect to the google SMTP server using the details below. The application should use the SMTP ‘helo’ command to initiate the connection to the SMTP server. Immediately following this, the application should issue the SMTP ‘quit’ command to close the connection to the SMTP server. The application should display the response from the server to the user.