Why use MailWizz as a REST app through http when you have it installed in your own server?

Ernesto

Member
Hi, I installed MailWizz in our server (in my local dev env, actually) and tested the examples of mailwizz-php-sdk.
It all works well, but why would I need to call it through http?
Couldn't I just call the code directly locally? is there a way to do that or REST is the only way?
Thanks.
 
@Ernesto - The api cannot be called directly as we need to hash each request to make sure it's safe, thus you need to use the PHP-SDK client to make the calls.
 
Back
Top