Created
February 9, 2023 11:00
-
-
Save mahype/f874230e7579e0ae4af022adc6520747 to your computer and use it in GitHub Desktop.
Send Email Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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