Hi, been trying to get my contact us page working but to no avail. Question is, I don't have my domain pointing to DASP yet as the site is not ready to go live yet. I'm still using http://xxxxx.web704.discountasp.net Can this cause my email problems? I did notice if I sent an email to [email protected], it comes back undeliverable. This makes sense as my mx records are not pointing at my domain yet. However I'm using my hotmail account for the Const ToAddress As String. Thanks!!!
Whats the bounce back message your getting? If the name servers is not setup to our DNS servers then it would be difficult to determine if the email is going to our mail server or your old hosting provider. What is your domain name and I can do a whois on to check. Also what is the smtp server your application is using?
I'm not getting any messages except a bounce back to that domain which I expect as there is no website associated with it (this is when I send a message to [email protected] from my personal email account) This is a virgin website never published before. The whois is a godaddy register but there is no site associated with it. My config file is setup as: <mailSettings> <smtp> <network host="localhost" port="25"/> </smtp> </mailSettings> My thoughts are that an email is coming from a website that is not registered with your dns servers it's being dropped as spam cause it's not listed with DASP. If I have to point my domain to my site, so be it. I'd prefer to get the bugs out before anyone can get to it though. Many thanks!!!
host smtp.secureserver.net[64.202.166.12] said: 550 sorry, mail to that recipient is not accepted (#5.7.1) (in reply to RCPT TO command) Thx
Try hardcoding the To address and try sending it to a yahoo or gmail account. Some email account you know that is working well.
Thank you Raymond. Got it fixed and it was user error (my part-isn't that most of the time....). I'm just getting into the webmail part and are very ignorant. I was trying to rule out some other asp.net part I didn't know. I set my contact page up as a tutorial mentioned (not here). However, I had to change the wizard (hate those!) so the submit button actually fired. I've changed my mx records and everything is coming into my DASP account just fine. Sorry if I spent too much of your time on this. You guys always answer FAST and maybe us noob's are a little too fast to ask when we should be investigating our end. BTW, I did have it hard coded to a hotmail account but I couldn't get any errors (it wasn't firing! DUH) Greatly appreciated! Chris