Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- sched
- python2.3
- 가상머신호스트
- VM 호스트 주소
- 윈도우
- ChatGPT
- Python
- Printer Driver
- startfile
- 소스 <script> 로딩 실패
- 보안연결실패
- OpenSCAD
- Regex
- 임펠러
- springboot #spring #jackson
- Notepadplus
- firefox 파이어폭스
- Windows
- PyLucene
- FTP
- Notepad
- SFTP
- Basic Auth
- Notepad++
- debian
- 노트패드뿔뿔
- PDFCreator
- 정규표현식
- python 2.3
Archives
- Today
- Total
목록ubuntu (1)
JJC's 테크니컬 다이어리
Debian9 에서 mail 명령어 메일 활용 하기
1. ssmtp 설치 및 설정한다.ssmtp 란 로컬 컴퓨터에서 설정된 메일호스트로 메일을 전달해주는 프로그램으로구글메일 등을 이용하여 서버에서 메일을 인터넷으로 보낼 수 있습니다. 1.1 ssmtp 설치하기ubuntu나 debian 에서는 아래와 같이 설치가능# apt-get install ssmtp -y 1.2 ssmtp설정하기 (구글메일을 이용한 설정샘플) /etc/ssmtp/ssmtp.conf # The user that gets all the mails (UID < 1000, usually the admin)root=username@gmail.com # The mail server (where the mail is sent to), both port 465 or 587 should be acce..
Linux
2018. 7. 18. 14:41