Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

346
Visualizações
Google Apps Script - How can I send an email WITH reply-to but MASKING the sender address?

I have a form that I've added a script to so that whenever a form submission comes through, an email is sent. As I'm the form and script owner, all the emails come from my personal email. This is fine and all, but best case scenario would be for the emails to show that they come from the submitter of the form response. I don't think this is something that Google Apps Script can do right now, so I have it set up to capture the submitter's email address and put it in the "reply-to" field.

This works great, but everyone still thinks the emails are coming from me. Is there a way I can mask the sender email address? If I set "no-reply" to true, then the reply-to won't work. Is there anything I can utilize to mask my email address that I'm not seeing?

function buildEmailOptions(responses) {
  let options = {
    replyTo: responses.respondent,
    cc: EMAILS_TO_CC + ", " + responses.respondent
  };
  return options;
}
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Unfortunately, Google Apps Script does not have that feature yet. You may use the following workarounds to address your issues:

Workarounds

1. Create Email Aliases Using Google Admin Console

If you have an admin role in your organization's Google Workspace, then you can add email aliases to your account. You can refer to this article: Give a user an alternate "email alias" address. You can contact your Google Workspace admin if you do not have an admin role assigned to your account.

2. Create Another Account

For users with @gmail accounts, option number 1 is not possible. Instead, you can create/add another account and link it to your current @gmail account. Just follow this article: Send emails from a different address or alias.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda