Posts: 179
Threads: 43
Joined: Jul 2015
Reputation:
2
In the common mail function is it possible to also have a reciever in copy?
An csv export is made but the import system doesnt get it so we try to put another mailadress on copy to se if it comes..
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Just specify multiple recipients, it's the same as CC.
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
You can cc header after to in smtp.message(...). The format is the same as to, emails should be escaped using this format: <user@example.com>
Posts: 179
Threads: 43
Joined: Jul 2015
Reputation:
2
Tried this and the email comes up in the cc field when recieved on to mail adress. But the cc doesnt get the mail?