> ## Documentation Index
> Fetch the complete documentation index at: https://help.getvero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring Delivery Providers

> You can configure Vero to send your email and push messages via multiple providers.

## Email

By default Vero will send emails using a shared domain and shared IP addresses. You can configure a custom domain so that your emails are signed by `yourdomain.com`. You can also configure Vero to send emails via your own account with `Sendgrid`, `Mailgun`, `Mailjet` and more.

<CardGroup>
  <Card title="Email channels" icon="envelope" href="/vero-2/channels/email/how-to-configure-the-email-channel">
    Configure email providers and custom domains in Vero Connect.
  </Card>

  <Card title="Set up a custom sending domain" icon="at" href="/vero-1/settings/how-to-setup-a-custom-sending-domain">
    Configure a custom sending domain in Vero Cloud.
  </Card>
</CardGroup>

## iOS and Android Push

To send iOS and Android push messages you must configure your application to handle incoming push messages. Vero does not currently provide an iOS or Android SDK but does provide an explanation and examples of the minimum code required to handle push messages.

<Info>
  Push notifications are currently only available in Vero 1.0 (Cloud).
</Info>

<CardGroup>
  <Card title="Mobile push notification integration guide" icon="mobile" href="/vero-1/settings/mobile-push-notification-integration-guide">
    Set up your application to handle push messages from Vero.
  </Card>
</CardGroup>
