Is it possible to mask the e-mail address under an alias? (SMTP Gmail)

So I’m trying to install a mail server for internal use, but I was wondering if I could be able to mask the e-mail address since I’m not able to use an AD user.

I’m using Mac OS, but I don’t think that’s pretty relevant for the whole situation. This is my SMTP config. Connection works fine, I just want to know if there is a way to mask the e-mail address under an alias, since Google doesn’t offer this possibility.

“mail”: {
“transport”: “SMTP”,
“options”: {
“service”: “Gmail”,
“host”: “smtp.gmail.com”,
“port”: 465,
“secureConnection”: true,
“auth”: {
“user”: “ghosttest2345@gmail.com”,
“pass”: “****”

Hi @Dorian_Diaconu,

from what i understand you have different solutions to this.

  • If you have a smtp mail server set up, you could have ghost connect to it and send mails with desired from address.
  • If you have a g suite account, you can set up an email alias in your admin settings to send with desired address.
  • If you have a free gmail account and want to send with an alias, you would need to have some service forward your emails back and forth between your gmail account and the desired mail address. (numerous domain providers do that)