Converting From ASPMail To ASPEmail
Has anyone converted from ASPMail to ASPEmail...?
1) I get the following error. Can you offer some insight?
2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? Code:
Has anyone converted from ASPMail to ASPEmail...?
1) I get the following error. Can you offer some insight?
2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? Code:
i have some old code on my page that didn't work for emailing a order to me in HTML format. but now it don't work as it just sends the email to me in ASPMAIl but i can't figure out in 3 lines how to make this ASPMAIL friendly?? can someone help me as i'm dumb with this stuff
Here is my code that sends my email to me. BUt i need help on the 3 lines that I REM out.. as i don't know how to make them in aspmail CODE:
Can CDO authenticate or will you need to use another mail transport like ASPMail?
I am trying to use ASP to send an email programmatically.
I have created a signup page that sends a randomly created password to the user when they sign up.
To send the email I am using ASPmail which is installed on my server, I have also set it so if an error occurs it says what it is. But it says that the mail is being sent but then it is never received by the user. Does anybody know why this is? Code:
Since 2000, I have built a web site for a client in ASP, using CDO mail. All has been well, and I have getting extension projects from them <g>. But while I was away on the holiday over Christmas, the "IT dept." has decided to rationalise all the web servers (ok)... and standardise on one mail component (ok)... and they have chosen and bought ASPmail without consultation with me.
This will break a lot of my code (syntax is very different)... and a junior in-house developer has been assigned the task of making my site work with the changes. he is struggling, not knowing my application very well, and it will take him a lot of time. Is this a bid for *control* by the pointy-heads.. or does ASPmail really have some good stuff going for it?
We have a client with a site hosted on Verio which is running ASPMail
4.x
I need to send an email to the client with an attachment, however, I'd
prefer not to create the attachment on the local drive first. I rather
create it in memory and then attach the memory images as a file to the
email.
Is that possible in ASPMail? The online docs are pretty sparse.
I am trying to create a confirmation email that is sent out when the client places an order, I have looked into ASPMail as recommended by my ISP and downloaded an eval version to test locally (IIS WIN2000pro) but when I run it it comes back saying this evaluation version has expired.
Which as you can imagine is not really helping my frustration levels. Anyways, would anyone happen to know where I can find a recent usable download of Evaluation ASPMail?If so please list it here.
I am converting my cdonts mailler to aspmail since we precured a mail server for bulk mailing and am having an issue.
the code is this..
I've got 4 forms that I'm working on. For some reason 1 is working and the other 3 are not and I cannot figure out why. I have a lot of code and it would not all fit on here, so if anyone knows anything about ASPMail, and thinks they can help me, I can email you the code to the forms.
View Replies View RelatedI am having problems sending html emails to our customers using ASPemail. It looks like AOL is blocking these emails with their SPAM filter....
View Replies View RelatedI am trying to email form contents using ASpmail. I have gotten the form to email the contents, however, when the email is received the contents are in a very random order. Is there a way to get the information in the email to appear in the same order in which the form fields appear on the form page?
View Replies View RelatedI need a script that will send the form submitted data to an email address using PGP to ecrypt the data. I can find a lot of forms that are just sending a basic form but I can't find anything that has the encryption. Is the asp using JMail or the ASPMail a separate page from the actual encryption page or is everything done within the same page?
View Replies View RelatedBeen struggling with this for a week to no avail. I have run simple test mail scripts and they work fine, but when I try to modify the existing formmail.asp it doesnt seem to work......
View Replies View RelatedI am using Persits.MailSender object of ASPEmail.dll to send an email. I am getting the following error message 'Software caused connect abort'
Can any one tell what the problem could be?
NOTE : SMTP port 25 is open, as i can connect to the SMTP server with telnet <server name> 25
Need help with the CC object of ASPEmail script, how can I make it dynamic so that a varible can be inserted in this obj instead a static email address
View Replies View RelatedWhen I submit my form, it works fine, and it comes into my MS Outlook. But for some odd reason, after line 8, it stops creating the output on a new line. Now this is no problem for me, but this will be going to someone else, and they'll get confused. Does anyone know why it stops line-breaking? Code:
View Replies View RelatedIf you are sending out bulk emails in the range of 800 to 1000 per day
which component is better:
1. ASPEmail
2. CDO
....and further, do they also BOTH use a SEND TO QUEUE option.
I wish to progress according to the best one for the job...which do you
think?
My current host maximumASP.com only allow 800 emails per day - grrrrr -so I
am now forced to consider the painful sendqueue route which could result in
my outgoing emails sitting on the server for hours if others are doing the
same thing.
List server is too expensive complex; Cannot find a suitable local bulk
emailer program except Access Mailer from FMS which is single threaded and
does not auto-detect html or text mime in recipient email.
I am trying to send out a mass email newsletter. I have 600+ subscribers in our SQL Server Database. Well, is ASPMail (Server Object's product) good for this? If so I have some concerns about the error handling and assuring people don't continue to recieve the same email. Does anyone have expierence with this? If so, what is your advice?
View Replies View RelatedNot sure if anybody has run into this problem. I'm using ASPEmail from Persits to generate an email and send it. The problem is that when I check the email that the asp code sent using Outlook Express or Outlook the email gets cut off 3/4 of the way. If I check the email on hotmail, yahoo mail, any other email program....the email comes in full. Any ideas why this might be?
View Replies View RelatedI am having a problem and I do not know as to decide. I had a form that he used another jmail component, something thus... and I modified the code to use aspemail, but t� not giving certain, only is giving errors of this, that and etc...
I would like well very to ask for to the voc�s aid this form to function. My server only accepted ASPEMAIL. Somebody has a form I to use of model ASPEMAIL. Well if somebody that understands well to be able to look at the code below and to see the errors, and if will be able to fix, Code:
I am building a simple incident recording system using ASP.
The form has Name, email address, telno, incident description and records the data to an access db and send an email to the user with an incident ticket number.
The client has asked for an extra feature to be able to attach documents such as Word documents.
Has anyone got a sample script where on the form the user clicks a button where he/she can browse for the file to be attached and ASPEmail can than send the mail with attachment.
I have a flash email contact form that uses ASP to execute the send mail. My sendmail component of choice is ASPEmail. The original script was CDONTS, but I needed it changed. I'm no programmer, but I got tired of posting for assistance in various forums only to receive plenty of looks but little help.
One person is offering to help me out, but I want to figure it out on my own until he gets some time to write up a script for me. Here is my script, which is sectioned out for easier reference. My form still doesn't send any mail and I don't know what I'm doing wrong. I do not wish to rewrite the script because then I'd have to change the text input fields in my Flash contact form. I merely am seeking assistance on fixing my existing script in sections IV and V (toward the bottom of the script).
Would someone explain to me what I'm doing wrong, please? Oh, and before you ask, I did test my ASPEmail configuration and it is working fine via the test scripts that came with it.
When you fill out the form and click SUBMIT the acknowledgement (i.e Thank you very much...blah, blah, blah) appears and everything looks okay, but the mail never reaches my inbox, which to me means that it's not being sent.
So far, I haven't had much success with anyone tackling this, so I'm hoping that I can get some help here...I was able to get some really good and knowledgeable help a year ago...any takers?
<%
'SECTION I
Response.Buffer = True
Dim strBody
Dim objCDOMail
Dim strMyEmailAddress
Dim strCCEmailAddress
Dim strBCCEmailAddress
Dim strReturnEmailAddress
' END ....
ASPEmail to send to multiple recipients? I tried to use comma and semicolon but all the time give this message error:
Error: 6 - 501 Bad address syntax
nor : email@dom,email@dom,email@dom
or: email@dom;email@dom;email@dom
what is the sintaxe for it? can I only send for one recipient by time?
Is there a way to send a newsletter to 14.000 addresses using an web-sending email aplication like Jmail, ASPemail or others? Ill tell you the whole problem, my friends. Im responsable of sending the newsletter, and my life is travelling from one city to another.
I dont have any notebook, so it would be very helpful if I could make (or use another's) aplication in where, using a user & pass, I could enter to a site and run "send" and then quit.
Database: Access 2000
Host: Maximum ASP
I am trying to work out the best way to send bulk email below the 1000 mark
(about 800).
I understand that I could either use ASPEmail or CDO although I believe that
ASPEmail may be superior in that it offers SENDQUEUE command which will
allow me to loop through my customer database and insert them into the TO
fields.
1. Could the above be confirmed?
2. I wish my mailing list to be invisible - I don't want the mailing list to
be evident in the recipients email...is this just a question of looping them
into the BCC field?
3. I remember seeing some posts a while ago highlighting problems with the
SendQueue Method.... what are the curve balls with this approach.
My web host tells me I can send upto a 1000 per day yet www.aspfaq.com says
about 800. How do I tackle this task correclty. I cannot move up to SQL
Server or MSDE yet and I do not have access to a mail server...
I am using two fields on a form to capture time someboby is working. The fields are hours and minutes. How can I when submitting to the db take both fields and convert them to a single field in the db as minutes?
View Replies View RelatedI'm looking for a control to us on our web site that will take our reports
that are generated in PDF and convert them to DOC format all on the server.
We are using win2k3 web servers if that helps.
I have developed an access database with VBA. Right now its on a network drive and is shared by 75 users. Works fine.
Now I would like to have this in the company intranet. Is it advisable to go with ASP? I recently installed IIS in my system. After that I have no idea how to convert my application to ? Is there a website or any walk through how to get my stuff's solved.
My application has 20 input screens, data add, save, update and also sends email based on certain rules. Is it possible to do all these stuffs?
I want to convert CSV file to XLS. Is there anyway this can be done in ASP without renaming the file to XLS.Also can there Macros to Sort data in it while generating XLS?
View Replies View RelatedWe are evaluating a clients request for converting their existing site using cgi and flat text files to ASP 3 and Access.
The site displays: their products that are broken down into sub categories, guest book, and a survey.
I am only "aware" that text files can be imported into Access but have never done it.
I have some PHP scripts that need to be converted to ASP3 so that they can run on a Micrsoft NT server using ADO. My knowledge of ASP is limitied so i was hoping you could answer a few questions..
1. Is ADO part of ASP.net or is this completely different?
2. Is ASP3 the same as ASP.net?
3. Is there any advice you can give me regarding converting from PHP to ASP3?
I've stored a set of months in an access database as numbers but when it display on the front end I need it to display as the name of the month.
How would you convert the numbers in the database to their word equivalent? Or is it possible to arrange the months in their correct order in the database?
I have an existing application in asp. I need to add new functionality can I do using ASP.net ?
View Replies View Related