# `SAM` Simple Agent Mail > SAM is a simple way to send email for vestauth agents. ```sh # send an email vestauth agent curl https://sam.vestauth.com/send -d '{"to":"you@email.com", "text":"hello"}' ```