My web app were sending emails and then emails were not being sent because the SMTP was down. Are there certain steps that need to be followed/implemented at the web-server before an web app can send emails to the end-users into their client email?
Please recommend where I can look into the IIS web-server if there is any place where permissions are set to allow the IIS to communicate with the SMTP mail server?
I am working on a listing for sending emails via CDONTS component...
I have installed SMTP service on my machine and tried running the sample code....No errors appear, yet no mail is sent in the long run...All necessary services are up and running (IIS Admin, WWW and SMTP).
Another thing is that i have checked to see if Default SMTP Virtual Server is listed under the Internet Services Manager pane tree, but nothing seems to be there except Default FTP Site and Default Web Site....
The question might seem silly but...do i have to have a Mail Server installed.....?
How can i determine the cause that prevents the mail from being sent...Logs don't help much....Is there a way to detect the actual presence of the component...?
Our network administrator does not want to install the IIS SMTP server on our intranet. He wants me to use our existing SMTP server "mail.smpi.siemens.ca". Can I do this with IIS?? Is this a setting in an ASP if I'm not running the IIS SMTP server?
I'm having a few problems with getting an SMTP server configured on my Windows 2000 Server web server. My web server is co-located at my hosts and i use VNC to remotely access the web server. Acting on advice from my host IIS's SMTP server has been disabled by running the IIS lockdown Tool. I have internal access to my hosts SMTP server where i can send mail from my web site to my own domain email address only, i am not allowed to send email external address.
Does anyone know of a SMTP server that i can use to send emails from my ASP website?
My host suggested Jmail for doing the job. I installed JMail on my web server but i am getting the following error:
"The message was undeliverable. All servers failed to receive the message"
Can anyone tell me what this error is? Can anyone tell me how to fix this problem? I am correct in my understanding that JMail has its own SMTP server? How can i test to see if JMail is working? after installing JMail do i include my web server IP address as the SMTP server?
I want to send email using asp I' have tested with asp(CDONTS ),but it doesn't work. For example i send it tosomeone@somedomain,but it doesn't work.Should i make a configuration?The problem is i only can accept emails, but i cannot send any.
I'm trying to send and alert email via ASP page and it's getting stuck in c:InetpubmailrootQueue. Everything else is fine and I get no errors, this page redirects to the right place and everything. The mail just gets stuck in the queue. Go figure!
Here's the script I'm using or do you think my SMTP isn't set up right and if so where can I get some help on setting up the SMTP? Code:
i have an asp front end app on a win2k server and want it so that when form data is submitted and entered into the database, an email is generated concurrently with the details sent to an email address.
do is this done from asp (any examples) or can it be done with smtp ?
I have an ASP page that sends email using CDOSYS. If there is any type of failure that causes the email not to be sent, I don't have any way of knowing it. Is there any email component that will notify me or log the failure?
I have a website and I need visitorst to be able to send emails to me from it by filling out a form (not mailto:).
I have Win2k3 server enterprise running with IIS and POP3 all setup. My provider blocks port 80 so i redirect using no-ip.com to another port. I tryed CDOSYS and other free third party mailers (currently I have Persits Software free ASPemail installed), but I can't get anything to work. I know by now that I need to set something up (maybe some redirect) on my server so this works.
Please, if anyone knows how to do it, tell me how. In particular, to send an email from my site to at least my local server, and at best to lets say hotmail.com.
I'm having problems getting CDO.Message to work with SMTP on my Windows 2000 Server. I keep getting the following error:
CDO.Message.1 error '80040213'
The transport failed to connect to the server.
/services/E-CommerceQuote_new.asp, line 2357
I am assuming that it is meaning it can't find the server i have specified where the SMTP server is, which is the same PC. I have specified by IP and domain name but i get same error. i know i haven't said much about the setup im using so if needed i can provided more details.
I have an ASP page that uses CDOSYS to send a simple HTML format email with a PDF attachment. When I open the PDF attached to the email it shows up as a blank page. I log into the web server console and open the same PDF in the source directory and it opens fine. I run a binary comparison of the source and attached files and there's a difference: one byte, x'2E' is missing at offset x'0231'. If I save the attached file and use a hex editor to insert the x'2E' the file opens just like the original
Iīm facing problems while trying to send e-mails by CDO.Message... The error happens when some of the recipients arenīt real (working) e-mails... The error code is 0x8004020F, and the code simply donīt work when some of the e-mail in the list isnīt real, not sending to the rest of the list either.
I'm trying to send emails through my SMTP on my IIS in windows 2000 server .... everything seems to be fine except I can not send anything to hotmail .... so basically hotmail is blocking my emails .... and I have had the same problem with different domains .......
and also yahoo sends my emails to BULK folder ... I'm using exchange server 2000 and Mdeamon and same problem on both .... but if somebody sends me an email from HOTMAIL and I reply the message then hotmail will accept it .....
I'm having problems getting the virtual SMTP server (in IIS) from sending an email message that was created from an ASP script. The messages are stored in the InetspbmailrootQueue directory but the computer isn't sending these messages to the Internet.
How do you change the port in which CDONTS will look for Microsoft SMTP server? I have Imail running on port 25, and I have SMTP service running on port 26. Any help you can provide me would be excellent.
My server has POP but only has SMTP if sending to my domain, and not other domains (such as hotmail). I'm therefore wondering, if anyone knows of any scripts etc, that will allow me to have a sort of "virtual" SMTP server on my site?. (I really can't afford to use a third party SMTP mailer).
I have a client with their own W2k server and their IT guy refuses to turn on the SMTP service for fear of it becoming hijacked by spammers.
However, they also want their web site to perform some emailing functions I would normally use CDOSYS for.
I'm having them look into alternate SMTP servers to use with CDOSYS, but I was wondering if anyone here can recommend a 3rd-party ASP-based SMTP app that might be more secure than IIS' built-in service?
I'm trying to send mails from asp page.Its showing error.Permission denied.When I checked the IIS settings SMTP server showing unnknown. I cannot start the SMTP server. Wat shall ido to start the smtp server.
I get the permission denied error, so I know its a permissions problem on the mailroot folder.
My question is then, if my site is being hosted, would it matter what the permissions of the folder on my local computer are? Or would I have to call my host and ask him to make the appropriate permission changes?
And if you could tell me what exactly I need to ask/tell the host, if that is the case, so that I don't have to call a million times.
I have an application written in ASP, originally for a Windows environment, but now has been ported to Sun Solaris running Sun One ASP. One of my pages includes a form that sends data to several people via e-mail. Sun One ASP uses ChilliMail the is similar to CDONTS.
Sending to addresses hosted by my ISP works fine, but I need to send to other addresses as well, which fails because my ISP uses SMTP-AUTH.I need to send a connection string including an identifier and a password.which tag it should be attached to? .HOST, or . FROM
I want to know if SMTP can be installed on Windows NT Workstation . I asked my system administrator to install smtp, but he is telling that smtp can be installed only on Windows NT SERVER .
The problem is my web host has windows 2000 and iis 5, but i have Windows NT workstation and iis 4 [with latest NT Option Pack]. I had read sometime before that SMTP comes with IIS installation kit. I am thinking of using this to design a feedback form.
I run a small website for a membership organization - and I have created an ASP front end for an access database that allows the board members to manage their membership roster (names, addresses, membership dues paid, etc)...
Part of the site is an ASP SMTP script that allows members to send emails to all the people listed in the access database. It's a simple script that just loops through the database and sends an individual email to everyone in the database. There are a few drawbacks to this method...
The email gets sent from my server, but the return address listed in the email is from the individual user that sends it. As a result, a percentacge of recipients don't get the message, because their mail server does a reverse check and finds that there is no matching account on the originating server. It would be impossible for me to give all the users mail accounts on my server - and it would be a redundant nightmare to manage it.
So, my question is: Is there a solution, like a listserv, which can be integrated with an existing database of users? Obviously, I don't want to keep a seperate listserv - the whole idea of the membership database is to only have one database to update. ie: when a users email changes, I don't want to update it in two places. Also, it would be nice to be able to automatically identify obsolete addresses (bounces) and flag the records in the database. And finally, I'd like to have a solution that solves the reverse-lookup problem.
Anyone has ideas how to send an email through ASP without having an SMTP server? I'm currently building a website which needs emails to be sent when users submits a form, however the web space provider doesn't not have an SMTP server. I'm now using CDO on my local testing server (with SMTP installed) and it works, but I just don't know how to get it working after uploading it because the remote server hasn't got SMTP on it.
I'd like to bcc someone using Bamboo. I've tried setting smtp.BCC, but it doesn't work - gives an internal server error. Does Bamboo in fact support bcc?
1. I wonder, why do I need to add the following lines when sending forms through mail, using CDO component?
2. If I remove these lines and the form is still submitted as it should, and I get the mail as a result as it should, does it mean I do not need these lines?
3. In other words - How do I know if an SMTP service is installed on the local server, and not in another network (besides asking the admin)? Code:
I was able to send email via the server in both .NET and ASP (using CDO for ASP). However I had to configure a SMTP server for this to work, which means the email will be sent via the server's SMTP service. so this could mean a lot of overload on the server. So as to reduce the work on the server, is there another way to send email to people?