I wrote a program that uses SMTP. It runs fine but when I tried to string a few more Recipients it only sends the first one. I tried ";" and I tried ",". They both ignore the 2 thru nnn.

txtRecipient = Trim("[email protected]" & "," & "[email protected]")

[Edited by Garyjoel on 08-24-2000 at 10:16 AM]