ICE Email APIs

Get Email Server Details

The module helps to get email server details to the user. The Service URL of the module is supported by the below given link-

https://www.enterice.com/ICEAPI/api/EmailAdmin/GetEmailServerDetails

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use-

GetEmailServerDetails

{

 “EmailServerId”: 74,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODI0MTk1NDV9.XgR8TsDNwmsUezVykeUzGcISUsmpT5Nx-aUYaMScmDw”

}

2. Description for Request Parameters-

S.No Name Type Description
1 Token String Authentication Token
2 EmailServerId Int Id of email server

3. Response Example-

Success:

{

“Message”: “Success”,

“SkillId”: 663,

“SMTPServerAddress”: “smtp.mail.com”,

“SMTPUserName”: “Harry”,

“SMTPPassword”: “Clark1!”,

“SMTPMailbox”: “hclarke@etechtexas.com”,

“SMTPPort”: “587”,

“SMTPPollrate”: “”,

“Status”: “Enabled”,

“IsEmailSpoofing”: true,

“SpoofEmail”: “chris@etechgs.com”,

“IsActive”: true,

“IsSSL”: true,

“Pop3ServerAddress”: “pop3.mail.com”,

“Pop3UserName”: “Alex”,

“Pop3Password”: “Password1@”,

“Pop3Mailbox”: “alex@rediffmail.com”,

“Pop3Port”: “995”,

“Pop3Pollrate”: “10”,

“ImapServerAddress”: “”,

“ImapUserName”: “”,

“ImapPassword”: “”,

“ImapMailbox”: “”,

“ImapPort”: “”,

“ImapPollrate”: “”,

“IsImap”: false,

“IsTLS”: false

}

Fail:

{“Message”:”The request is invalid.”}

    ×

    Contact Us