/ Published in: PHP
Expand |
Embed | Plain Text
curl -n --ssl-reqd --mail-from "<send@gmail.com>" --mail-rcpt "<receive@gmail.com>" --url smtps://smtp.gmail.com:465 -u send@gmail.com -T file.txt curl -n –-ssl-reqd –mail-from “” –mail-rcpt “” -v –url smtps://smtp.gmail.com:465 -u send@gmail.com -T /tmp/file.txt
You need to login to post a comment.
