2014年5月6日 星期二

[curl] Send E-mail by using curl


[curl] Send E-mail by using curl



curl -n --ssl-reqd                 \

  --mail-from "happy@gmail.com"    \

  --mail-rcpt "happy@gmail.com"    \

  --url smtps://smtp.gmail.com:465 \

  -u 'happy@gmail.com'



 


Related Posts:

0 意見:

張貼留言