Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Send an email with Laravel (PHP)

Send a message through MailKite's /v1/send from Laravel. Sending needs a verified domain.

composer require mailkite/mailkite

Set your API key (dashboard → Settings → API key — or mint a domain-scoped key per agent/tenant):

export MAILKITE_API_KEY=mk_live_…

The sample lives in routes/web.php. Docs: https://mailkite.dev/docs/sending