pub async fn create(
    info: CreateInfo<'_>,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CreateResponse>, Error>
Expand description

Registers a new email forwarding

Arguments

  • email - The email to be registered
  • period - How long to register for
  • registrant - Registrant contact ID,
  • contacts - Other contact types for the domain
  • auth_info - Auth info password for future transfers
  • client_sender - Reference to the tokio channel into the client