﻿function SendMail(name, company, domain)
{
  link = 'mai' + 'lto:' + name + '@' + company + '.' + domain;
  window.location.replace(link);
}