/* Copyright 2016 The Cocktail Experience, S.L. */ module.exports = {

domains: {
  'the-cocktail.com': {
    emailAddress: "Contact Form Lambda <tests@the-cocktail.com>",
    emailSubject: "New contact submitted in the contact form"
  },
  'thecocktailventures.com': {
    emailAddress: "TckVentures Website <ventures@the-cocktail.com>",
    emailSubject: "New contact with The Cocktail Ventures"
  }
}

}