This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
утилита_curl [2026/07/27 16:01] val [Протокол SMTP] |
утилита_curl [2026/07/27 16:02] (current) val [Протокол SMTP] |
||
|---|---|---|---|
| Line 53: | Line 53: | ||
| Pass | Pass | ||
| </code><code> | </code><code> | ||
| - | $ while curl -s https://ya.ru >/dev/null; do sleep 600; curl -s smtp://gate.isp.un/ --mail-from userX@isp.un --mail-rcpt userX@isp.un --upload-file email.txt | + | $ while curl -s https://ya.ru >/dev/null; do sleep 600; done \ |
| + | curl -s smtp://gate.isp.un/ --mail-from userX@isp.un --mail-rcpt userX@isp.un --upload-file email.txt | ||
| </code> | </code> | ||