I am trying to send email useing CDONTS mail.to= and have a problem. What I need to do is have the to address populate with something like this, so the additional text arrives in the message to: line.
myname@mydomain.com, {$GM-WebImport$}
Or I need to drop the following into the email header information:
Content-Type: application/x-gm-impdata
The to: line seems to only allow email address separated by semicolons, and I don't know how to change the header info. Can anyone suggest how to solve this?