Esta página muestra el artículo seleccionado.
LOGIN
INICIO
ANONIMO
Html
Texto
En campo
Envio de email usando un comando curl
curl --url 'smtps://smtp.gmail.com:465' --ssl-reqd \ --mail-from 'username@gmail.com' --mail-rcpt 'john@example.com' \ --upload-file mail.txt --user 'username@gmail.com:password' --insecure mail.txt contiene: From: "User Name"
To: "John Smith"
Subject: This is a test Hi John, I’m sending this mail with curl thru my gmail account. Bye!
URL DE REFERENCIA: https://stackoverflow.com/questions/14722556/using-curl-to-send-email