# SMTP (Simple Mail Transfer Protocol) 설정(gmail) https://hyunmin1906.tistory.com/276 [Go] Google Gmail SMTP 설정 방법 및 메일 전송 ■ SMTP 간이 우편 전송 프로토콜(Simple Mail Transfer Protocol)의 약자. 이메일 전송에 사용되는 네트워크 프로토콜이다. 인터넷에서 메일 전송에 사용되는 표준이다. 1982년 RFC821에서 표준화되어 현재 hyunmin1906.tistory.com public void sendMail(string place, string error) { try { // 이메일 메시지 생성 MailMessage mail = new MailMessage(); mail.From = ..