Mail Component POP3 Or IMAP4
Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
I am not sure these web based mail support POP3 or IMAP4. Is there any mail
component out there that can retrieve mail from these services?
Mail component to retrieve mail from Hotmail, Yahoo, gmail..etc?
I am not sure these web based mail support POP3 or IMAP4. Is there any mail
component out there that can retrieve mail from these services?
I am developing a mail component. I need to understand difference between POP3 & IMAP4 protoclos. If POP3 is fullfilling all requirement related to mail services, Then why Microsoft have lunched IMAP4 in exchange
View Replies View RelatedWhat I want to do is to show always the latest post on our company NNTP
and the newest email in my inbox as an activex background on my desktop.
Anyone know an asp email component which supports both multi-part (html&text at the same time) messages, but also lets you change the date/time on the email. aspemail does the first and aspmail does the second, but I need a component to do both. Inline gfx included in the email would be nice too.
View Replies View RelatedMy current webhost provides limited web-based e-mail management, but at the same time does provide unlimited number of pop3 accounts.
I would like to offer my clients the ability to compose, send, receive, store, sort and filter e-mails using an interface with my company brand on it. Is the best solution to add an e-mail application to my web application which allows me to do all this (something along the lines of this e-mail application retrieving the e-mails from my host's server and storing them in a database on my application).
I hope I have made myself clear, if so what are my best options? Are there components available in ASP.NET that provide a solution to this? Would a web service be able to provide this functionality.
Anybody know a good component for sending HTML mail with WYSIWYG? I am bulding a system with a lot of Mac (maybe old versions) Internet Explorer/Netcape users.
View Replies View RelatedI'm looking for an asp code who can send an email without using a mail component. I started to write somethings using winsock but I don't have enough time to finish it.
View Replies View RelatedI have aspsmartuplod component on my server. I have from of information with attachment field. I success to upload file on server with that form but i want that upload file will come at my end as mail with attachement.
I tried at my end but not find any code. Can any one help me to get that code. I want user infromation and his uploaded file through mail.
I'm a PHP programmer who for some reason was tasked with fixing some code on an asp page. I have what I feel should work, but I am getting this error:
CDO.Message.1 error '8004020c'
At least one recipient is required, but none were found.
/admin/mass_email_monthly.asp, line 47
Line 47 being this line: objMessage.Send
Now I want to have multiple recipients pulled from the database as illustrated in the code, but it isn't working. I have no idea why, and I have no idea what that error message means? Can anyone point me in the proper direction of a tutorial that can help? OR possibly show me where my syntax is wrong?
does anybody know if there is somewhere ASP code available which enables me to read my emails at my external provider via WAP?
View Replies View RelatedWhat I need to do if possible is connect to a pop3 mailbox,download the values of an email to, from, date and message and store this in a table. Is this possible using asp or will i need a 3rd party bit of software to do this?
View Replies View RelatedI 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.
View Replies View RelatedI am hoping to use JMail to read pop3 mailboxes via an ASP page. I have a tutorial from the website (http://www.dimac.net/Websites/dimac/Website/Products/w3JMail/{C7EFB42E-5C6C-49D4-91B7-00C7E9388A96}?exId={553CC37F-7EB7-4D47-907C-1B75FE043B03}) but can't get it to run on the server. Does anyone have any idea why this code will not run?? I have entered the correct username,passwords into the script.
View Replies View RelatedI need to send an email from my VBSCRIPT, I am not sure if there are some platform standard objects for this task.
View Replies View RelatedAm developing an app that has to check a pop server. I've tested a few ASP objects that allow me to get the job done. Does anyone know of a free ASP object I can use for this?
View Replies View RelatedI have a site, were I wish the users to login, and be able to send email (which is simple) and recieve email on the screen via their pop3 mailbox. So basically is it possible to read a pop3 mailbox (without) using any installed components, to display the emails, allow the users to delete them etc.
I'm right in thinking I can use cdonts and a webform to send the email just replacing the from tag with the users email address etc. If this is not possible in ASP can it be achieved in ASP.net and does anyone have any scripts/tutorials on how to achieve this?
I have a client who wishes to have Credit Card details emailed to them from a web page form. The for itself will be on a secure https page but I've never come across a way of safely transferring CC numbers from a form to a POP3 account.
Is this possible or not? I've provisionally advised my client to have the numbers submitted to a database which an administrator can then log in using a secure page to view these numbers. My client would prefer to receive the customer details direct to his email account.
I am looking for a system that will:
1. Read a message from a POP3 mailbox
2. Parse the message into its parts
3. Create a record in an SQL server table with selected fields of the message
4. Upload the attachements to the filesystem
5. Write the path of the attachements to the SQL server record
For security reasons, I want the process to be initiated and approved
by a user.
I need some help: with cdosys i'm able to send e-mail from asp using the local exchange
server. Now I also have to save the sent mail into the user's mailbox for future reference: how to?
I'm using:....
I'm using CDO to send mail to the site owner from ASP pages with forms.
Recently one of my forms is occasionally sending email with what seems
to be an insertion which is replacing the plain text part of the email
with something else. Looking at the server sent email source, the
hacked emails have the following:
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'm using CDO from my vb component to fire email. The problem is
whenever one of the email addresses in to, or cc is wrong then none of
the mails are fired even to the correct addresses. It gives an error
like
The server rejected one or more recipient addresses. The server
response was: 550 Relaying denied for <xfd@wre.com>
My code goes like this. Why is the mail server trying to look for the
validation of email ids??I want that atleast the mail should be fired
to the correct email addresses rather than no email fire. Can i
achieve that.
Dim iMsg As New CDO.Message
Dim iConf As New CDO.Configuration
With iConf
.Fields.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Fields.Item(cdoSMTPConnectionTimeout) = 10 ' quick timeout
.Fields.Item(cdoSMTPAuthenticate) = cdoBasic
.Fields.Item(cdoSendUserName) = "username"
.Fields.Item(cdoSendPassword) = "password"
.Fields.Item(cdoURLProxyServer) = "server:80"
.Fields.Item(cdoURLProxyBypass) = "<local>"
.Fields.Item(cdoURLGetLatestVersion) = True
.Fields.Update
End With
Set iMsg.Configuration = iConf
With iMsg
.To = strToEmail
.From = strFromEmail
.CC = strCCEmail
.BCC = strBCCEmail
.Subject = strMailSubject
If strMailFormat = "TEXT" Then
.TextBody = strMailBody
Else
.HTMLBody = strMailBody
End If
If strAttachment <> "" Then
.AddAttachment strAttachment
End If
If intPriority = 2 Then
.Fields.Item("urn:schemas:mailheader:X-Priority") =
cdoHigh
.Fields.Update
End If
.Send
End With
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?
View Replies View RelatedI want to call ASP object from VB component. When my component is ActiveX
dll I can get the request object and read the form controls without any
issue. But when my component is ActiveX exe the same code doestnt work
Does Activex EXE support accessing of ASP object model.
I was wondering if you guys know if there is a good component for sending
fax? the server has a fax-modem and i would like it to "call" an other fax
and send data. is that possible?
I don't know to much about asp in general, I'm an ASP.net developer, but my
boss wants me to find out the following:
Is it possible to use a COM component from ASP. We have a COM component that
allows us to interact with our bank for e-commerce style functionality. Our
current site uses ASP and we know need to integrate this COM component in
order to let us to some fancier stuff, such as on the fly fraud checking for
credit cards.
Can someone advise me if ASP can use COM components and what is involved?
Does anyone know of any good resources such as a tutorial?
Anyone know a Good ASP FTP Component?I searched and found many but most do not have online demos to see how they work.Anyone know a good one?
View Replies View Related Can i use COM component with ASP? Which is normally fastest?
a)Logic written in VB COM
b)Logic written in ASP
c)Logic written in C++ COM
Which is normally faster to access some data in a database?
a)Query
b)Stored procedure
c)View
I build a (vb) component for use within in an ASP. When I put the component in Component Services on the server it will not work if there is no one logged in to the machine. How do I remedy this?
View Replies View RelatedI have downloaded thia DLL that you register then can use the asp object coded into it. can someone give me more information on these component DLL's ?
View Replies View RelatedDo you think which one is better ?WinHttpAspTearXMLHTTP
or another ?
I'm Using ASPUpload Component 3.0 demo on my personal system.
Can I access individual items using a string variable like;
strFieldName = "FILE1"
objUpload.Files(strFieldName).FileName
it works fine if i give a string value to files collection;
objUpload.Files("FILE1").FileName
We have been having problem with our file upload component. It seems that at times the file upload process hangs, and the users get a timeout error. Although the users upload 1 or 2 image files at a time.
I have altered the upload size limit property in the IIS 6 metabase properties, so I don't think that is the case. Because most of the time it works okay, but at other times it hangs....