簡體   English   中英

cURL可以用來通過代理發送郵件嗎

[英]Can cURL be used to send emails through a proxy

我想從我的本地主機發送郵件。 我通過需要身份驗證的研究所的代理 (HTTP) 連接到互聯網。 是否可以使用 cURL 發送郵件,因為到目前為止我看到它只獲取網頁。 如果不是這樣,您能否指定任何其他替代方案? 任何幫助是極大的贊賞!!

謝謝!

If you need to send mails using a web interface, you can script curl to use the proxy and the web site: http://curl.haxx.se/docs/httpscripting.html

如果您想使用 SMTP,curl 也可以這樣做。 然而,它可能不是發送電子郵件的最佳工具。

I don't think anyone truly access SMTP through HTTP proxy even if I think you can for example tunnel through a HTTP proxy (with CONNECT) using curl if you really want to.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM