Carzkiss;
Thanks for the suggestion. I modified the code, verified it and the results where the same. I should note that the e-mail is sent to the "CC" but not to the "To" addressee.
Dave
Main Topics
Browse All TopicsGreetings Experts;
I have a CDONTS code that is ignoring the e-mail address displayed at lines 10-11 on the attached code. I have placed it in different positions of the different variables with no change (lines 4-15). I am suspecting the format of the e-mail with the dash (-) might be the culprit but cannot find any documentation to support this theory. Any ideas?
Regards
Dave
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Resolved;
Found a issue where the where "If request.form("form_submit"
Thanks everyone for your assistance
take it back.
AGREE!!!
Accept their self as ANSWER!
http:#a25753866
Carrzkiss
Business Accounts
Answer for Membership
by: carrzkissPosted on 2009-11-03 at 20:53:34ID: 25736498
try this instead.
change
IF scte_segment = "Corporate Edition" THEN
to
IF scte_segment = "CorporateEdition" THEN
In your Form Code, all you have to do is change the value to accomidate this action
Give it a shot and see if it fixes the issue.
also.
Having a - DASH in the email address name or domain will not cause any type of issue as you are explaining, it is usually caused when it is not being read properly, which sometimes happens when the value being read has spaces invlolved.
Good Luck
Carrzkiss