I tried to cend mails with CDONTS.NewMail and the local smtp service of the iis. It works. BUT I tried to send a mail to a invalid address. I got an email (like I configured at the smtp) but the badmail directory is allready empty! I nned the entries for a bounce-management!
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've been looking EVERYWHERE and I can't find anything on how to send an email within asp. But not just an email, my smtp server requires authentication and i haven't been able to come across anything that supports sending username/passwords.
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.
I have Road Runner cable internet access and Im working in a local development environment (writing .ASP) and have a site running on my network on a windows xp pro machine via IIS with CDONTS installed.
When I try to send a confirmation email (simple text) via CDONTS the message is built but remains on the server in the QUEUE folder ... how can I tweak the SMTP settings on the server to allow me to send email out from the server...
just the occassional test as I develop sites - not looking to spam and have a fairly full featured router to block external access to SMTP machine so its not abused.
Here's the scenario. I'm currently using cdosys/asp to send mail to our SMTP server. We use a product called MailFilter to check for SPAM. It doesn't work very well. If MailFilter isn't working cdosys also has problems and emails don't get sent. As these email are confirmations for customer's bookings this means lots of customers calling to see where their confirmation emails have gone. The root of the problem is MailFilter but that here to stay. So I had this thought of sending the message to a queue of some sort so at least they will get to the customer eventually rather than being lost for good. So here's the question:
Can I/How do I send messages to a mailbox on our exchange server using cdo.message?
I've been using CDOSYS Mail and this bit of code fine for a year. Well, we wanted to change the method of sending email from the Webserver sending it, to designating a specific SMPT server.
So, I found this code on MSFT's web site (MSFT CDOSYS SMTP ) that will allow me to do this, and it works, except that the redirect command that I have at the end of the file no longer works. I have no idea why.
Thi is the error I get: error '8004020f' /asp/send_email_foundation_conf.asp, line 78
I use CDOsys and this code to specify the recipient. I guess I could create two separate instances of the objMail and specify everything one more time, but I want to send mails to two persons at once (the recipient and myself) and therefore wonder if there is a shorter way to do it.
I' m using opertion system XP PRO,i have instelled the IIs 5.1. im trying to simulate sending email to my outlook express but it'snt working,somebody can tell me if i need to install any other componente?
how to conigurate my smtp(what is my host name,how can i find it)?
i use a personal web server and i'd like to send a mail into an ASP page. Usually, i use CDONT component but it seems it does not work on Personal Web Server.
Our server is a Windows 2000 Server with Service Pack 3, IIS 5 with Lockdown Wizard applied.
My first problem is related to CDONTS.NewMail. Up until recently, I had no problems sending e-mail with this little utility. Our current development efforts are moving to .NET so it didn't matter to us that this is something that won't be supported anymore by MS. However, while we are in the process of flipping to .NET, this is something we're still using for the time being.
The problem I'm having is that the e-mail is not getting sent at all! I don't get any errors or anything like that, and when I look at our IIS 4 relaying SMTP mail server, and then look at our big outgoing mail server, I can't find the e-mail anywhere in there. It's like it vanishes. Can anyone give any insights?
Secondly, we have an older Access based training application that again, up until recently was working just fine. I don't know if the IIS lockdown wizard did something I'm not aware of, but now on the line in the ASP file where the server goes to open the database using the DSN, I get an "Unspecified Error"
I checked www.aspfaq.com and found the article about this and tried all of the tricks mentioned there for this error message. Granting the IUSR_machinename account read/write access toe the TEMP directory got me further into the file, but it didn't get me far enough to finish it because later on in the file, when the server goes to open another connectio nthe the database, I get he same problem. I cannot modify the source code on this page without killing our support contract or warranty on the product. Can anyone give me any thoughts on this one?
I am using CDONTS to send a mail.There is no error in the code and it says that the mail has been send successfully,But i am not receiving any mails .The Code
Set vobjMail = CreateObject("CDO.Message") vobjMail.From= Email address vobjMail.To= Email address vobjMail.Subject= The subject vobjMail.TextBody= The Body vobjMail.Send
I would like to know if this can be achieved! On the form I a drop down menu that's called ("Escalation_type") the values are eta, hdtv, and supervisors. I have some ideas but I am not sure if it will work or not. If the use chooses an eta as a value I would like it to be sent a mailbox for exam: no@where.com. If they choose hdtv as value I would like it to be sent to a different mailbox. Can this be achieve by using the case statement or the if statement?
I'm working on a few intranet pages and have a doubt on how to send e-mails ( i have the aspemail component installed) to outside clients including the invoice for services payment.So differently from Intranet issues where you easily provide a link embeedded on the e-mail, I can't figure how to show the info from outside offices network. Does anyone knows how to do it? perhaps printingscreen the html page by code and then send to the client as a embedded image or something....?
I attach files from the folder uploads which r uploaded there by the user. The problem is that when i recieve the attachment i get a .dat extension with it for eg ;if i attach a.txt i recieve a.txt.dat....
I am usually a CDONTS man but the hosting company say I must use CDOSYS. The following code seems to only work correctly when the recipients email address is the same as the sender address.
I have tried to send the email to Hotmail, Yahoo and GMail accounts and it does not send. No error messages, just is not received in the inbox of the account.....
I'm trying to send mail from my ASP page using CDO, but when I execute the query no mail is sent. How do I set up my internet incoming mail server and outgoing SMTP server?
I'm having a few problems sending an email using CDO from a webpage , just wondered if anyone knew what the error message i'm getting could mean , and if the code i'm using looks ok.
Set ObjMail = Server.CreateObject("CDO.Message") Set iConf = CreateObject("CDO.Configuration") Set Flds = iConf.Fields .....
I am learning ASP.NET , I want to send mail from my application so I need to configure IIS.I have written code for it but my mail is in Queue or Droped. I think I have not configured IIS properly.Can anyone tell me in detail how to configure it.
i have an asp file that will send an email to such person but some data should be etrieved from the database.once i run it, only the last record is being displayed... do i have to put do while ... in Mail part?what is the code am i going to put in "Mail.Body" part?
I am using this code to send a mail from a feedback form page, but this code is not working. can anybody tell me what mistake I am doing . My requirement is , the message of feedback form will go as a content of a mail to a specific person.
<% Set Mail=Server.CreateObject("CDONTS.NewMail") Mail.To="emailid" Mail.From="emailid" Mail.Subject="Just testing my script" Mail.Body="Hey! I am sending this email through an ASP Page, and guess what? I haven’t learnt much yet, but know that ASP is very powerful." Mail.Send Set Mail=nothing %>
i have an ASP script that steps thru a db containg email addresses, using cdonts. i get server script timeout errors with any more that around 200 email address. i'm on shared hosting and am unable to change server timeout times.
is there an alternative that i can send emails to quite a few members (over say 500+) without getting timeouts ?
im using code below to send an email, let say sample is my company domain, when i try to put myMail.From and myMail.To as Lee@sample.com.sg, but when i try to put myMail.From and myMail.To as same as code below, it seems like never send ou the mail. Can anyone tell me what is the problem? Code: