Connecting to Mailjet
Mailjet uses Basic authentication to control access to the API.
Using Basic Authentication
To connect to Mailjet, you'll need to provide an API Key and API Secret as the User and Password. Your API Key and Secret can be found under 'My Account' > 'REST API' > 'API Key Management'. Set the User to your API Key and the Password to your API Secret to connect to Mailjet.
Example Connection String
Profile=Profile=C:\profiles\Mailjet.apip;User=my_api_key;Password=my_api_secret;
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
Password | The password used to authenticate the user. |
User | The API user account used to authenticate. |