Marani
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Marani-
Marani commented,
I need to send emails using cPanel webmail API, like what you can do with email marketing platforms API. (I'm aware of the limitations).
-
Marani commented,
Correct me if I'm wrong, but cPanel doesn't offer an option to send emails. That's either Horde or RoundCube. I thought they are part of cPanel, so they are apart?
-
Marani created a post,
Send Email via API?
Hi, I looked through cPanel API v2 and UAPI documentation, is there no send email function implemented or am I missing it? I need to send emails using cPanel email accounts via API. Thanks
-
Marani commented,
Sorry, didn't know that. @rccaj that method works for me by the way.
-
Marani commented,
PM me those cPanels that this method doesn't work on them and I will check. I need login info and you can change after the check. Because I tested on 3 different cPanels from 3 hosting companies an...
-
Marani commented,
Hi @rccaj, I get the session key this way and use all the way for other API calls: You need to use a POST method to send a request to "cPanelUrl:2083/login/?login_only=1" and for the parameters y...
-
Marani commented,
@cPanelLauren Hi, After insisting that there's a problem, one of the admins confirmed that my IP was blocked! Bad hosting support, got to change. Thanks
-
Marani created a post,
Have I been Blocked?
Hi, This is the second time this happens. I'm developing an app using cPanel API. The problem is, after using a few functions I see I can't open my website anymore. Cleared browser cash, used ano...
-
Marani commented,
Hi @cPanelLauren I have no idea how I forgot that I have written the authentication some time ago. I found it last night between source code files, tested it and it works perfectly. it was simple...
-
Marani commented,
Secure Remote Login seems to need a PHP coding, which I don't know. I want to C#. The second link is the same authentication methods I posted in the first post. I wanted to create a file uploader ...