Created
November 6, 2013 12:13
-
-
Save EsendexDev/7335132 to your computer and use it in GitHub Desktop.
Checking Esendex credentials using the credenitials test provided with the Esendex PHP SDK
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
| php phing-latest.phar check-access | |
| Buildfile: /home/developer/esendex-php-sdk/build.xml | |
| EsendexSDK > install_dependencies: | |
| EsendexSDK > check-access: | |
| Esendex Username ? user@example.com | |
| Esendex Password ? secret | |
| Account Reference? EX000000 | |
| Account credentials OK! | |
| BUILD FINISHED | |
| Total time: 10.0000 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I make Testing with that example!!