# Alternatives to Mandrill

**URL:** https://discourse.roots.io/t/alternatives-to-mandrill/6038
**Category:** trellis
**Created:** 2016-02-26T06:22:29Z
**Posts:** 21
**Showing post:** 5 of 21

## Post 5 by @paul_tibbetts — 2016-02-26T14:08:43Z

This is the `mail.yml` file from a recent site (Trellis v0.9.4):

```
mail_smtp_server: smtp.sendgrid.com:587
mail_admin: tech@thebluecube.com
mail_hostname: thebluecube.com
mail_user: bcwordpress
mail_password: "{{ vault_mail_password }}" # Define this variable in group_vars/all/vault.yml
```

For mail user and password I created new “credentials” (and gave it Mail access) just for this specific site.

---

_[View the full topic](https://discourse.roots.io/t/alternatives-to-mandrill/6038)._
