Can I just use CC to send a copy of the email message or do I have to do something else in the To: line to make it happen? I tried using a comma like To: $email , $email2 but doesnt seem to work, it's only sending to the 1st email address. Cc doesnt work either. What am I doing wrong? Any help is appreciated. I did research for about an hour before posting here but came up empty.
This is part of my script:
print( MAIL "To: $Email\n" );
print( MAIL "From: $textEmail\n" );
print( MAIL "Subject: Blah Blah\n\n" );
Thanks, Bob
This is part of my script:
print( MAIL "To: $Email\n" );
print( MAIL "From: $textEmail\n" );
print( MAIL "Subject: Blah Blah\n\n" );
Thanks, Bob