I have an account(primary address) abc@domain.com.
I created an alias with an address support@domain.com and abc+test10@domain.com.
I am using nodemailer for sending emails with support@domain.com. So, when I send the email to this abc+test10@domain.com address i am not receiving any email. However, if I send it with gmail account itself i am receiving email. But not with the nodemailer code in node js. I sent emails to other accounts to check if my code is working, the code is correct, other accounts(not my alias) are receiving emails successfully. But not receiving on the alias I created with abc+test10@domain.com address.
I did not receive any bounced message either.
Do I have to do some settings? Please let me know.