Return Back to API List
API Call Information
area: email
action: checkspamassassin
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=checkspamassassin&messageid=1000&subject=Hello+World&fromname=Support
API Call Result:
email - checkspamassassin
Returns the results of the spam assassin content check
API Call Information
area: email
action: checkspamassassin
API Arguments
| Argument | Data Type | Required | Description |
| subject | string | Yes | subject line |
| fromname | string | Yes | The From Name |
| messageid | integer | No | message id |
| message | string | No | html message |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=checkspamassassin&messageid=1000&subject=Hello+World&fromname=Support
API Call Result:
| XML Response | JSON Response |
| <response> <content><![CDATA[0.0 TVD_SPACE_RATIO No description available. ]]></content> </response> |
{
"content": "0.0 TVD_SPACE_RATIO No description available."
} |