furtivevole
Technical User
I'm setting up an email response to an event using CDONTS or similar, including the line that's always quoted as something like:
The app will be used by intrenet users worldwide, all AFAIK with Outlook clients. How do I get the real value for me@mydomain.com programmatically?
Also, can I set a delivery and/or read receipt programatically?
(The email is largely pre-populated, but I need to show it to the user as there may be additional things that they need to include manually. It is then sent manually.)
Many thanks.
Code:
oMail.from = me@mydomain.com
The app will be used by intrenet users worldwide, all AFAIK with Outlook clients. How do I get the real value for me@mydomain.com programmatically?
Also, can I set a delivery and/or read receipt programatically?
(The email is largely pre-populated, but I need to show it to the user as there may be additional things that they need to include manually. It is then sent manually.)
Many thanks.