출처 : http://hoons.net/Board/CSHAPTIP/Content/53362 필수 : using System.Net.Mail; SmtpClient client = new SmtpClient("smtp.gmail.com", 587); // 희안하게 465는 않되네요...-_-;; client.UseDefaultCredentials = false; client.EnableSsl = true; // SSL 쓴다는 소리 client.DeliveryMethod = SmtpDeliveryMethod.Network; GMAIL 인증 client.Credentials = new System.Net.NetworkCredential("구글 아이디", "구글비밀번호"); MailAddress from = ne..
출처 : Code Snipet C# SMTP로 대량 메일 발송하기.Soket 이용It’s easy to use System.net.mail namespace to send emails from asp.net. But the problem is system.net.mail.send() method does not close the connection to SMTP server. This is causing SMTP 4.2.2 error if you try to send multiple emails. While as per Microsoft this issue has been resolved in .net Framework 4.0 but people who are using 3.5 its still the ..
- Total
- Today
- Yesterday
- html5
- 프로시저
- MSSQL
- Chart
- CSS
- JavaScript
- SVG
- grid
- Ajax
- IE
- WebApi
- workbook
- 셀렉터
- drag&drop
- css3
- Mobile
- rowspan
- JS
- jquery chart
- Style
- 자바스크립트
- radius
- 제이쿼리
- ASP.NET
- jQuery
- WCF
- json
- Excel
- 저장프로시저
- jQuery Mobile
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |