How do I send mail to multiple recipients in To and Cc using sendmail in Tcl?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you want to actually use sendmail, build up the message as a string and use the exec
|
|||
|
|
You can use the smtp package, see e.g.: SMTP package docu or Wiki. I think you could e.g. do:
|
|||
|