Skip to content

Instantly share code, notes, and snippets.

@mahype
Created February 9, 2023 11:00
Show Gist options
  • Save mahype/f874230e7579e0ae4af022adc6520747 to your computer and use it in GitHub Desktop.
Save mahype/f874230e7579e0ae4af022adc6520747 to your computer and use it in GitHub Desktop.
Send Email Test
#!/usr/bin/bash
php -r "\$from = \$to = '[email protected]'; \$x = mail(\$to, 'subject'.time(), 'Hello World', 'From: '. \$from); var_dump(\$x);"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment