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 registeredperiod
- How long to register forregistrant
- Registrant contact ID,contacts
- Other contact types for the domainauth_info
- Auth info password for future transfersclient_sender
- Reference to the tokio channel into the client