cPanel API 1 Functions - Email::checkfastmail

Description

This function sets the fastmail cPvariable to indicate whether BlackBerry™ FastMail is enabled. 

Warning:

cPanel API 1 is deprecatedDo not use this function. Instead, we strongly recommend that you use the following newer functions:

Examples 


 LiveAPI PHP Class

$cpanel new CPANEL(); // Connect to cPanel - only do this once.
$edit_mx $cpanel->api1('Email''checkfastmail'); // Call the function.

 LiveAPI Perl Module

my $cpliveapi = Cpanel::LiveAPI->new(); # Connect to cPanel - only do this once.
my $edit_mx $cpliveapi->api1('Email''checkfastmail'); # Call the function.

 cPanel Tag System (deprecated)

my $cpliveapi = Cpanel::LiveAPI->new(); # Connect to cPanel - only do this once.
my $edit_mx $cpliveapi->api1('Email''checkfastmail'); # Call the function.

 Command Line

cpapi1 user=username Email checkfastmail

Notes:

  • You must URI-encode values.
  • username represents your account-level username.
 
 Output (none)

This function does not return output.
 

Parameters

This function does not accept parameters.

Returns

This function does not return output.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

The cPanel Interface

For  cPanel  &  WHM  version  58 Overview The cPanel interface is...

User Preferences

For cPanel & WHM version 58 Overview This document outlines how to access your cPanel...

Manage External Authentications

For cPanel & WHM version 58 Overview Manage credentials Additional documentation...

What is cPanelID?

In This Article:  Overview ServicesHow to get a cPanelID cPanelID External...

Guide to cPanel Interface Customization - cPanel Style Development

Introduction You can develop custom styles that modify the appearance of the cPanel interface....