Click to See Complete Forum and Search --> : problem with emailing


2030671
05-12-2003, 08:00 AM
Hi,

i'm new to asp. I want to have a page on my site where people can send an email to my address. I know it should be easy but i already tried hundreds of free scripts, tried to build my own, ... I tried using CDONTS, ... I don't get it to work. I seems like everything is working but i never get the email. I tried using a simple html form and that works perfect. I get the email, but with a html form the email looks awful. I really need it.

Information people should be able to send :

- their email
- their telephone number
- their name
- their company
- starting hour

I'm using Windows 2000 server, if that should matter

Thanx for your help

Bullschmidt
05-12-2003, 03:00 PM
http://www.asp101.com has a Samples section with some great examples using CDONTS which is on most ASP-capable Web servers.

By the way in your pages I didn't see the <html> and </html> tags at the beginning and end of each page.

2030671
05-13-2003, 07:22 AM
I tried some other things and when i send it to my hotmail it works perfectly but when i try to send to my email at work i don't receive the email. The page doesn't give an error though. I asked at work and they assure me that the firewall or other security things have nothing to do with it. Don't know what to try anymore

Thanx for helping

2030671
05-13-2003, 07:48 AM
oh, this probably isn't a big surprise to you, but that's a bit chinese to me ;) Is there an easy way to solve this. The server-side mail object is that the dundas.mailer stuff ?

Thanx a lot for helping me with this

2030671
05-13-2003, 08:36 AM
I went to the dundas mailer homepage (www.dundas.com) and it says that it can send both html and text format, if that is what u mean.