# BooleanSMTP Docs

> Set up BooleanSMTP, the WordPress email plugin — connect a mail provider, send reliably, and fix delivery problems.

## Start here

<CardGrid>
	<LinkCard
		title="Get started"
		description="Install the plugin, connect your first mailer with the setup wizard, and send a test email."
		href="/getting-started/"
	/>
	<LinkCard
		title="Choose a mailer"
		description="Amazon SES, Google Workspace, Microsoft Outlook, Custom SMTP or PHP Mail — what each needs."
		href="/mailers/"
	/>
	<LinkCard
		title="Developers"
		description="Hooks, wp-config.php constants, WP-CLI and the REST API — on the developer reference."
		href="https://developers.booleansmtp.com/"
	/>
</CardGrid>

## What BooleanSMTP does

<CardGrid>
	<Card title="Sends through your provider" icon="rocket">
		Amazon SES, Google Workspace, Microsoft Outlook — or any SMTP server your host or mailbox gives you.
	</Card>
	<Card title="Keeps a log" icon="document">
		Every email your site sends, with its status: sent, failed, pending or simulated.
	</Card>
	<Card title="Falls back" icon="random">
		When your main connection cannot deliver, a fallback connection takes over.
	</Card>
	<Card title="Tells you" icon="warning">
		Failure alerts in Slack, Discord or Telegram.
	</Card>
</CardGrid>
