태그>smtp(총 28개의 글)
'smtp' 관련 최근글
-
- ssmtp + pam_exec.so를 사용하여 메일로 sshd 로그인 알림 받기
-
달가락의 장난소 by 달가락|2019/03/06 15:46
특정 게이트웨이 서버의 sshd login을 감시하고자, pam_exec.so를 사용하여 ssh 셸이 떨어질 때메일을 보내도록 설정을 추가했다. 준비물은 ssmtp와 구글 mail 계정만 있으면 된다. 뭐 ssmtp 대신 mailgun이나 다른 서비스를 사용해도 OK. 세부 설정 방법은 아래의 U..
- ssmtp + pam_exec.so를 사용하여 메일로 sshd 로그인 알림 받기
-
- gmail을 smtp 서버로 메일 전송하기 위한 gmail 계정 세팅
-
그린세상님의 이글루 by 그린세상|2015/03/03 10:44
사용자에게 메일을 보내는 기능 구현을 위해서 SMTP 서버를 사내 메일로 사용하는 hiworks를 통해서 전송했더니,일부 메일이 깨어져서 전송이 되는 문제가 발생하였다. 이런 경험은 또 처음인데. 개발자 생활하면서 새로운경험은 왜 이리 계속 되는지. OTUL 분명히 메일 내용을..
- gmail을 smtp 서버로 메일 전송하기 위한 gmail 계정 세팅
-
- [PYTHON]smtplib 모듈을 이용한 메일 전송
-
Hrt4U의 아카이브 by Hrt4U의 아카이브|2014/05/19 18:35
#!/usr/bin/pythonimport smtplib import base64filename = "./test.txt"# Read a file and encode it into base64 format fo = open(filename, "rb") filecontent = fo.read() encodedcontent = base64.b64encode(fil..
- [PYTHON]smtplib 모듈을 이용한 메일 전송
-
- Send system email with Gmail and sSMTP
-
시험さま by 시험さま|2013/07/16 10:16
Send system email with Gmail and sSMTP ( 출처 )
- Send system email with Gmail and sSMTP
-
- How to install sendmail and dovecot on CentOS6.3
-
:: Rainbow :: by 멋진쟈니|2012/09/28 13:27
<설치 환경>CentOS 6.3 x64sendmail 8.14.408.el6dovecot 2.0.9-2.el6_1.11. sendmail 설치아래 링크 참조http://jonnychoe.egloos.com/52393462. dovecot (pop3) 설치 <= centos 6.x 설치 시#yum install dovecot3. dovecot 환경설정#vi /etc/..
- How to install sendmail and dovecot on CentOS6.3
-
- 마운틴 라이언 메일 버그 해결하기
-
That About Sums It Up by 작은아이|2012/09/05 13:09
라이언(OS X Lion)에서 모바일미(MobileMe)를 쓰다가 마운틴 라이언(OS X Mountain Lion)으로 업그레이드 하면서 아이클라우드(iCloud)를 사용하는 경우에 메일(Mail)이 정상적으로 동작하지 않는 버그..
- 마운틴 라이언 메일 버그 해결하기
-
- [XE]인증메일문제해결(phpmailer+gmail smtp)
-
mislayer's note by mislayer|2011/06/20 10:25
1.링크 클릭해서 PHPmailer 다운로드 하기(zip file) 2. 다운 받은 zip file 풀기 (폴더명: PHPMailer_v5.1) 3. 폴더명을 "PHPMailer"로 변경 4. XE 루트에 폴더채로 업로드 5. XE 설치 루트로 가서, classes/mail/Mail.class.php를 찾아서 6. (다운받..
- [XE]인증메일문제해결(phpmailer+gmail smtp)
-
- SMTP Client 구현중.
-
기억의 조각 by muzie|2010/09/16 14:16
BackgroundThere are 2 kinds of secure connections for SMTP, one is SSL and the other is TLS. Some SMTP servers support only one kind and some support both. Generally speaking, the port for SSL is 465, and the port for TLS is ..
- SMTP Client 구현중.
-
- setting SMTP for relay server
-
get real! by 내다|2010/07/07 17:13
Easy SMTP Mail Using ASP.NET 2.0By salysle |4 Oct 2006 The article addresses two topics: sending an email message to a standard email account, and sending an SMS message to a cell phone or pager. Download source - 13.1 Kb In..
- setting SMTP for relay server
-
- php mail 설정하기
-
덕순강아지 by 덕순강아지|2010/06/30 17:56
#php simple mail 설정하기 winddow APM 기준으로 sendmail.exe 저장할것 1) php.ini 수정 sendmail_path = d:sendmail -t -> sendmail.exe 경로 이고 .exe 부분은 삭제 2) sendmail.ini 를 열어 아래와 같이 수정할것 # smtp_server = smtp.gma..
- php mail 설정하기
-
- 기술자료 : ESMTP (확장 SMTP)
-
클랴와 CodeDays by 클랴|2010/06/30 16:23
SMTP, 특히 Extended SMTP 에 대한 한글 자료가 전무해서 정리해 봅니다. 네트웍에 대한 기반 지식이 쬐금 필요하고, ESMTP에 대해 알아봤자 평생 쓸일이 없는 사람이 전 인류의 99.99%라고 감히 단언할수 있기 때문..
- 기술자료 : ESMTP (확장 SMTP)
-
- MailEnable 서버 SMTP 설정 - 로컬(Local) ..
-
Alex Studio by 카비젤|2010/04/13 11:25
MailEnable 서버는 무료-Standard version-라서 인기있는 윈도우용 메일 서버입니다. (http://www.mailenable.com) 보통 기본설정으로 활용해도 되지만, 메일 발송 부분은 메일서버에서 가장 신경써야 할 ..
메일, 메일서버, mailenable, relay, non-local
- MailEnable 서버 SMTP 설정 - 로컬(Local) ..
-