ASP And Emails
What is the best option?Im writing a forum so i need a universal solution...
This means i cant use something like ASPEmail as not all ASP servers have this.
So what do i use? Someone suggested to me CDONTS but then said you have to set up the server or something.Do all web servers have this pre configured.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Emails From ASP
Anyone want to give me any pointers as to how to send emails from asp?
Emails From ASP
Is there any way we can send off an email from a web hosting server that does not support CDONTS and cannot register any components to their server. They have no SMTP server as well. IS there any web site that supports any one of these for FREE or better yet is there any other way to send off an email without CDONTS and components? Is it possible to like redirect to another mail with just scripting? Appreciate any response to this matter.
Not Receiving All Emails
I have a stored procedure which sends out an email to all the users listed in the database. for some reasons I am not getting all emails. could someone offere some assistance? Code:
HTML Emails With CSS Using ASP
I am using ASP to send order confirmation emails to customers. However i want the emails to appear as HTML in the emails. I have Successfully done this but i need to know how to attach CSS to the emails, so that it can look exactly like the html page i design. I am using the CDONTS.Newmail component with the .body attribute.
Pop3 Emails
I am working on a piece of software that needs to store email data in a SQL server table. Been flicking around and it looks like the ASP mail components are a good way to go. Basically I will be recieving mails from a pop3 server (prob outlook) and using the same program to put the data in a database.
Reminder Emails
I don't necessarily need code here, just some guidance to my thought process. I have built a system for a hospital where users can sign up for classes that the hospital offers. Now, I want to be able to send the users a reminder email a day or so before the event/class. In the database, I have all the user's info in one table. Another table holds the registrations with keys to the user table and the key to the table that has a listing of the classes. How do I now go about automatically looking through the class table to find out if there is a class in the next 24 hours, and then send an email to all the people registered for that class?
IIS 5 Will Not Pass Emails Or SSL
Has anyone had or heard of IIS not passing emails or SSL connections, thereby disconnecting or making the server useless? I had a virus that seems to have done this.
Sending Emails With Asp
I need some advice on how to write an email script in asp. I am farely new to asp but so far i have manage to understand most of the materials i've covered for this language except for sending emails from a form. I've read the following tutorial ->URL twice, but i can't get the script working. What am i doing wrong? I am working on my personal box at home, do i need to have a mail server running? do i need to have addtional asp component install?
ASP CDO Sending Emails Twice
I have emails being created and sent using CDO and it is working well but, the email is being sent twice. I only call the .send once (per person) but it comes through twice. Code:
Tracking Emails
anyone know a good way of tracking an email so that i know if theyve been opened? and preferably somethign where i can identify the recipient (matching with our crm)?
Sending Many Emails
I have an exchange server, that I sometimes use to perform mail shots to clients on our database, these can be upwards of 1000 at a time. As we don't want different clients to see who we are working with we put these mailshots in the bcc field of the mails. This can sometimes cause a problem as we are getting alot of mails bounced back. I would like to write a script to have these emails sent out individually using the to: field of the mail. I have googled for examples of doing this but haven't found anything useful yet
Long Emails
When sending long emails a mysterious space-character is added after a certain number of characters. Any idea why that happens? I am using a Dundas Mailer control (if that matters) called from an asp script.
Automated Emails
I need to send a set of Emails from my application (reminders) each month 1st. Is there anyway in ASP scripts to trigger an event to run automatically? I have no dedicated server, so no DLLs or Scheduler scripts can be used. Also adding the trigger script in the application object may not send emails in time, as we have not enough visitors to that application. Is there any way other than 'Clicking a Send button'
Send Emails
is there a way of sending emails directly from iis without using an external SMTP service?
Sending Emails
if i m the server, i had this feedback page whereby i need the user to type in the feedback in a textbox and then send it to mi. he must enter his email in a textfield and click on a button. issit possible to do that? without having to use outlook express to pop out??
Sending Emails
Im searching around how to send emails but it doesnt seem to be working for me. They stay in the queue and research tells me that a firewall might be blocking them from being sent. This is in the events log: "The remote server did not respond to a connection attempt." Is there a way to send the email via the user's mail program?
Auto Emails
I am in the beginning phase of a project that will require automatic email reminders to be sent out. Has anyone had any experience or suggestions that might help me get started in the right direct. My project will use the following. ASP/VBScript/SQL Server Express Once a record has been added the Auto Email reminders will be sent every 24 hours for the first 3 days or until the receiving party has responded to a questionnaire.
Emails Not Being Sent All The Time
I am getting a bit worried because not all of my emails are being sent/received. My customers fill out the form on the website and their details are emailed to me. I have filled out the form several times, and some of my details are not being sent. Code:
Weekly Emails
For a System I'm Creating I wish to send a weekly reminder to everyone in the database. Could you help me go about this as I dont even know where to start?
Sending Emails
how can I send two emails with different messages to different users? Do I need to have two .asp files? or I can do it just in one? If yes, how do I set the obCDOMail.Body to get the value of two different variables?
Tracking Incoming Emails
I wonder how I would go about an email tracker using ASP. I need this for the database to capture all unsubscribe requests. For instance, someone emails "unsubscribe@domain" I should be able to catch that email, get who emailed it and record that to my unsubscribe table. Also I am using a a commercial mail server (ability mail server) and not the virtual smtp server which comes along with IIS.
HTML Format Emails
I have an application which sends out emails in HTML format. I have a problem when I am trying to display images in the email (name of the image file is taken from database). The problem is that if there is a space in the image file name, it displays a + (PLUS sign) and does not display the photo in GMAIL and other emails. The URL of the image gets displayed in the following manner: 3_Marathon+Crescent_Toronto_1.jpg+ How do I solve this + (PLUS sign) issue?
Sending Multiple Emails
I have about 5000 emails in my database. I wrote a basic script that sends an email to all of those email addresses. Usually I have to break it up and only send 300-400 at a time so my script does not timeout. I know I can up my timeout to 45 minutes if I needed to, so that they could all be sent at once, but I do not believe that is a wise decision. Does any know of any other ways to do this more efficiently?
Sending Bulk Emails
I have a Client Mailer page which basically sends emails off containing information specific to each client = email address found in the relevant database. I basically get this to simply loop through the client recordset (recordset.moveNext), and on each loop it sends an email to the relevant email address via CDOSYS. Can I just check that this is ok, and this could : a. Not have a maximum amount of clients this could send to, and basically be too much for the page to cope with if there were too many clients to loop through? b. This could not cause some sort of Email block due to the server thinking it is spamming, etc.? This was something someone mentioned, which I just wanted to check out!, as they suggested changing it to a Javascript refresh page, whereby it will send an email every 6 seconds for example by refreshing the page with Js, but I don't really want to change it to this unless I have to... as I was hoping the way in which I have it with the recordset loop, that it would be ok.
Send Emails Securely Via ASP
I've been working with ASP for 6+ years now, but in that time I've never had any solid advice on how to build a secure system. So I thought I'd ask here first. Anyway, here's the situation: I have a client who wants to take credit card information via ASP form (https) and then send the resulting content (which may be either HTML- or text-formatted) to their email account, which they access using Outlook (2000, I believe). I want to build the system to make it as secure as is reasonably possible; at the same time, they want to make it easy to read / retrieve their signed/encrypted messages. I know their are a lot of components out on the market that permit programmatic encryption of data, but I don't know enough about what I need to make an informed buying decision. I've heard that encrypting the email content and then signing the entire message is the proper thing to do, but how do I actually do that via code? And I definitely don't understand how the message is handled once it reaches Outlook (via POP, IMAP or Exchange -- they haven't decided on which yet). My brain is full of things such as AES, MD5 + SHA-1, SSL, S/MIME and such -- how do I put all these things together into an effective solution?
Sending Two Emails At A Time With CDO
I have an application form and as the user finishes the application form, an email is sent to the user to notify him/her that he/she has successfully been registered...what i want to do is that another email is sent to me at the same time to notify me that a new user has registered...is there a way to do it by only defining one CDO or do i need to create two CDO(s)...i mean: Set objMail = CreateObject("CDO.Message") Set objMail2 = CreateObject("CDO.Message") . . etc... can someone please advice me if this is the right way?
Emails From Active Directory
I would like users on a web application to be able to select users from active directory and use their email address - in much the same way as Outlook does. How hard is this to do in asp? Would it be easier to do in .net? I am proficient in asp but have never done this, on the other hand, I am starting to develop my .net skills.
ASP Emails Without SMTP Server?
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.
Capture And React To Emails
I would like people to be able to send emails with keywords in the subject line. I would then like my server/website/asp page to capture the email, parse the subject and react accordingly. Can anyone point me in the right direction?
Emails Queued Until Reboot
I have a new laptop that appears to be setup identically to the old one. I'm working on an ASP page that sends an email. On the old machine the emails are send just fine (CDO or CDONTS). However the new machine holds everything in the queue folder until I reboot. After reboot, everything in the queue is sent, but all new messages from the web page are again queued. I'm running w2k sp4, iis 5, not using a smart host. The event viewer gives "Message delivery to the remote domain "xxx" failed for the following reason: The connection was dropped by the remote host.
Need Help For Sending Emails By CDONTS
I am using CDONTS object to send emails to a person when he is registered with the web portal,but the problem is the mail is getting filtered as a spam or junk mail, and does not land in the Inbox,how to send this auto generated email into the inbox and not as a spam or bulk mail.
Masking/scrambling Emails
I maintain a website with a lot of reviewers names and their emails addy. Lately,those poeple have been contacted by a competitor and received tons of spam, so they asked me if we could replace a part of their email addy like : myemail@xxxxx.com (just scrambling the domain name). I have search the web and this forum to see what was available and I have found some Javascript that could do it but then if you disable JS its worthless. So I was wondering if there is a function in ASP (some exist in PHP) that I could use on my pages.
Sending Emails Trough Asp
i want to know how to send the form contents to an email id through asp without using "CDONTS" component coz my server does not support the component
Sending Emails With CDOSYS
I need to be able to send emails from my webserver using ASP and I am using CDOSYS to do this. I have set up my Global.asa file as follows: Code:
Embedding Images In Emails
I'm not sure if this is the correct forum to ask this question, but I'm creating the email in ASP so I'm sure it will do... How do you embed images into emails? I've created HTML emails that lookup images on a server when viewed but I'm trying to write a script where an image is sent with the email as the image isn't available online (only on the intranet).
CDONTS And Multipart Emails
Here's what i'm trying to do, send out an email that contains both text and html with the mime encoding that will let the user's client display what they support. This email will be an external file. This is how i'm reading the two files: Code:
Emails Sent To An Email Address
Basically one of our clients has asked us to save all emails sent to a particular email address. eg.'bruce@almighty.com' to a database. I don't even have the slightest idea as to how this could be done via ASP on a web server.
Audio Files In Emails
I have a recommend a friend program in ASP which can send a form filled details to around 5 Email Ids at a time.I want people to use this with their voice custom message. Can they record and attach with this recommendation form and send that to email.What is the procedure involved so that the receiver can play the audio file.
Tracking Bounced Emails
guide me towards a script that can handle bounced emails from a newsletter campaign. I am not interested in .Net solution. The mail server is Exchange 2003 if that helps. Right now clueless about tracking of bounced emails.
Sending Emails From An ASP Page
I have an ASP page that sends an email using JMail: set msg = Server.CreateOBject( "JMail.Message" ) It works fine in my local server, but when I send my ASP page to Network Solutions it doesn't work. I guess it is because I can not run the JMail installation program at their server, therefor the object can not be created. Is there another tools I can use instead. Something that doesn't require installation, I guess.
Sending Bulk Emails
We are having large database of 3000 emailids and we want to send the newsletter to all these ids at a time. The program works for 20 to 30 email ids but when we are trying to send for 3000, the page cannot be displayed error is coming. When it is run in local system server.scripttimeout error is coming and the mail is going to 2000 mailids.
Schedule Emails To Be Sent Out At Particular Time
Is it possible with ASP to schedule tasks such as the following: A database contains hundreds of registered users. Within three days of their registration expiry an email should be automatically generated to inform all relevant users that their account will expire shortly. A sheduled task should also run every night (say, at midnight) to remove expired accounts from the system.
Filling An Emails TO Field From An Sql Recordset
I have an sql database, and an asp website. I need to send emails to users from the site. I have loaded the recordset with the email field from the table. I them send an email to all the emails in the recordset. I use the BCC field to do this. The problem is, sometimes the emails get missed judged as spam or junk. How can I fill the TO field of the email instead, with the emails from the recordset, and send an email to each address individually, in like a loop or something? So like, it will go through and send an email to email1, then loop back through and send one to email2, and so on....
HTML Emails Using ASP CDOSys Problems.
I have created a very simple template, using old standards, as this is the best approach for emails. But I am finding that the email is always being sent into the spam folder, this is not only the case with my outlook account but also other third party email clients like hotmail etc.... I have searched and searched but cannot figure out how to work around this problem. DOES anyone know a solution?
Random Spaces In My Asp Generated Emails?
I have some ASP pages that use ASPmail to generate emails containing infomation taken from an Access database (the info is selected from a random record, in a particular database field, and then inserted in the email text as a variable). When the emails arrive at their destination, they contain a random space. The position of the space is completely random. It can appear in the ordinary body text, or in the lines of text generated by displaying the contents of the aforementioned variables. eg the line in the email may say:- I am a line in an em ail. or I am another li ne in an email. or I am yet ano ther line in an email. Sometimes the space appears in a hyperlink and causes it to fail.....
CDONTS - How To Generate Multiple Emails
I have a web form and I want to generate 2 different emails (not CC's) from it. One with all the information to go to the client, and one to go to the customer with half the information. Can anyone tell me how to do this using CDONTS?
VBScript To Prevent Blank Emails
Below is a segment of an ASP file that takes information from an HTML file that contains a form and then passes the information in the form via the VB variable "Request.Form(*)". I have already placed form field validation on the client side via JavaScript code. The ASP file won't be called unless the user has filled in ALL information on the form. How do I validate the data on the server side .. in other words, can someone please provide me a few lines of code to validate that data has been passed to the "Request.Form" variable and if it is not, how would I perform an immediate exit. I am not very adept at VB scripting and I am trying to prevent anyone or anything from compromising the website by allowing blank e-mails to be generated, which is what is happening presently........
|