problem withe sending to -cc
Hi,
I use mailsend for automatic distribution. Comand: mailsend -f $sender -to "$receiver" -cc "$copyreceiver"
sometimes the address in the -to is not correct. then the letter to the -сс also does not come. in the $copyreceiver variable, the address is correct.
Please run with -v to see if the addresses are used correctly.
Thanks.
ok, I know what address in -to not correct, but why user in -cc not receive email?
mailsend just adds Cc header with the address. It is up to the SMTP server to respect it. It works fine with SMTP servers I tested, e.g. it works fine with smtp.gmail.com.
Thanks.