createMandrill function

Mandrill createMandrill(
  1. String apiKey, [
  2. MandrillOptions? options
])

A helper function to easily create a configured Mandrill object with a functioning HTTP client.

Implementation

Mandrill createMandrill(String apiKey, [MandrillOptions? options]) =>
    Mandrill(ServerClient(apiKey, options));