검색결과 리스트
글
docker container에서 메일 보내기
컴퓨터
2020. 7. 2. 16:41
mail -s "Test Subject" your@gmail.com < dev/null
Null message body; hope that's ok
[root@6778acb18273 /]# send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
docker run --rm --net="host" php:fpm-alpine sh -c 'echo "Subject: test" | sendmail -v your@mail.com'
'컴퓨터' 카테고리의 다른 글
mdadm (0) | 2022.09.04 |
---|---|
Wes McKinney - Apache Arrow and the Future of Data Frames (0) | 2020.07.03 |
Machine learning algorithms can help us to estimate the risk of a financial decision (0) | 2020.07.02 |
How to Install PHP 5.6 on CentOS 7 (0) | 2020.07.02 |
image-super-resolution (1) | 2020.04.10 |