Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 19, 2019 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b3734f784f2ed184ef7227892f2d843e to your computer and use it in GitHub Desktop.
Save parzibyte/b3734f784f2ed184ef7227892f2d843e to your computer and use it in GitHub Desktop.
Formas de invocar al script
# Sin guardar:
php correo.php -d parzibyte@gmail.com -a Ayuda -m "Necesito un poco de ayuda con este script de PHP"
# Guardar
php correo.php -d parzibyte@gmail.com -a Ayuda -m "Necesito un poco de ayuda con este script de PHP" -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment