Secure POP3 Email

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.

View Replies


ADVERTISEMENT

POP3 Email

I 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 Related

CDO Email From SSL Secure Server

I've built a survey and tested everything is working fine - except fo one problem, that i have been told MUST be fixed

I am using CDO.Message to send email message to the respondants of the survey - a lovely thank you message.

It is sending the emails fine to all email address i have tested, except for email address here where I work, and I have been unable to find a reason for this

the web scripts are running on a secure server (SSL certificate)
and all is working great except the email issue.

the actual code that is sending the emails works perfectly on non-secure server, and seems to be fina on the secure server except for the most important(apparently) email addresses.

Does anyone have any ideas why the scripts would not send to one set of email addresses, but seems to work for all other when on SSL, but works for ALL email address when not on SSL.

View Replies View Related

Generating A Secure Email....

On our website, a user can order products from us. When they "submit" the
order, the website designer has written some ASP code to auto send an email
to our Exchagne 2000 server. Due to the contents of the email, we need to
secure it... How can we send a "secured" email from ASp script or would
this not be a function of ASp at all but the server the email is being sent
from? There must be something in the ASP code to indicate the email needs to
be secured?

View Replies View Related

How Can I Send A Secure Email From A Webpage?

I want to send an email form on an ASP page and make it secure/
encrypted when sending it to the recipient. Does anyone know how I
might easily achieve this - or should I be going through some other
method to achieve this. Maybe writing to a database file and
providing secure access to a page?

View Replies View Related

WAP And POP3

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 Related

POP3

What 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 Related

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.

View Replies View Related

POP3 & JMail

I 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 Related

Pop3 Object

Am 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 Related

Pop3 Mailboxes

I 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?

View Replies View Related

POP3 & IMAP4 Protoclos

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 Related

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?

View Replies View Related

Reading POP3 And Writing To SQL Server+uploading Attachements

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.

View Replies View Related

Secure And Non Secure Data

i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and order details are held. I need to be able to produce a report that displays both sets of info in a printable document. aside from using iframes is there a better way of doing this?

View Replies View Related

Is There Any POP3 And NNTP Component I Can Use As A ASP Component?

What 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.

View Replies View Related

Secure

How do I stop pages being active in the history.
I have tried this,

<% Response.Expires = -1 %>

But the pages are still active in the history and are being cached somewhere on the machine win2k.

View Replies View Related

Secure

If I create a simple login page and then store the UserId is a session and check its validity in the subsequent pages, How secure will the site be. I know the same question has been asked in the PHP forum

Code:
http://www.sitepoint.com/forums/showthread.php?t=233118
But how can I make my site secure enough in asp

View Replies View Related

Secure

I may be in over my head on this one... VERY new to ASP. I have a potential client which is a marine loan broker. He wants an online credit application for the boat dealers he works with (20 different ones). He wants the credit app to be co-branded. Dealer/LoanCompany logos at the top would be sufficent. The dealer would have a link on there own site to the loan company's site but wants it to look like they are "Partners" and not just being shullde from one site to the next.

Is there a way to display different dealer logos based on the referrer URL? I would rather have one creditapp.asp that displays the proper logos depending on the referrer over building 20 creditapp.asp's. He doesn't need the form data written to a database. He just wants the form data emailed to him. (this I can do) How secure is that emailed data?

View Replies View Related

Secure FTP With ASP?

Right now, I'm trying to use WSH to run PSCP (command-line version of
PuTTY). I've tested the command I'm using by opening a DOS box
manually on the server, and the test file is successfully transferred.
I've run Filemon and Regmon while running my sample ASP page, and see
no permissions problems. I've tried running cmd.exe and passing PSCP
as the parameter.

I've tried running PSCP.exe directly. I've even
tried using ASPexec to run it instead of WSH. None of these have
worked. I always get the same thing -- error code 0 (success) returned
from WSH or ASPexec, but when I look at the second server the file
never got there, and when I look at terminal services on the Web server
PSCP is still running.

View Replies View Related

Secure Login

I'd like to create a secure login from an ASP page to a specific SQL Server
2000 Db. Is there an accepted methodology for doing this? Are there any
resourses that show how this can be done?

View Replies View Related

Secure Page

I need to secure my web page, when it is reading a file from the
physical folder.
Say for eg.. I have a page Page1.aspx, which displays a list of links
that corresponds to
the available text files in one of the files. All the other pages are
secured except this
page. So when I click the link, it redirects it to for eg..
http://localhost/folder1/one.txt.
But this should not happen. As the user can type this without even
logging into the website.
So I need to know how to stream this file and display it in another
page, rather than just showing it.

View Replies View Related

Secure Page

Iīve made a loginpage in asp, and a page that receives
the data from the form and logs you in.
But how do i make the loginpage secure?
Do i have to use https, and if so, how do i change from
http to https when the loginpage is included in another
asp-file?I donīt know if i have explained myself correctly

View Replies View Related

Application Secure

Here's what I/m doing to sanitize/validate/secure my input.

1. The front end checks what kind of data is entered.
2. I am using parameterized query instead of concatenated strings (Against XSS)
3. I am replacing symbols like <,>,# etc with their appropriate entity number eg. & #32; without the space. (Agains SQL Injection)

View Replies View Related

Secure Connection

Can someone please explain to me the basics of creating a secure connection (we're looking at using Authorize.net) and possibly point me in the direction of other resources for getting some info?

View Replies View Related

How To Secure Code?

I have a site designed with ASP 3.0 code (HTML and vbscript) that I want to protect from being visible. I want this code to be non-visible and hack-proof. Is there a way to either encrypt or protect another way to ensure that my code is not stolen?

View Replies View Related

Page Secure

do know how can i prevent my page from cross side
like using <marquee></marquee>

View Replies View Related

Secure SMTP App?

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?

View Replies View Related

Secure Information

I've an ASP page in wich the customer write his card number for the payment. How can I make this information secure when it's sent to the server?

View Replies View Related

How Secure Is Global.asa?

I have written a simple script that is called every 75 seconds or so to test whether the SQL Server database is running. The script is contained in a page that is not linked to in the site.

The thing is I have hard coded the database information on the page, I was thinking of putting the connectionstring into my global.asa file as an application variable.

How secure are the two options?

Will there be any performance issues? Bearing in mind that this page is called every 75 seconds.

View Replies View Related

Secure A Database

I have set up an asp script which writes the output of a form to a database.I have achieved my database connection like this:Code:

DIM objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _
Server.MapPath ("contact-2000.mdb") & ";User ID=admin"
objConn.Open

How do i go about making the database secure? at the moment anyone could view the source of the asp script and download the database.Which folder should the database be stored in? iv heard of using the root folder? at present the database is located in the same folder as my asp file.is there a way of setting up a password on the databas ein access and passing the password from my asp script to the database. the password would have to be encrypted though.

View Replies View Related

Secure Web Page

We have a need to allow our users to enter Credit Card #'s on a web page, so we need a secure page (have the little lock at the bottom of the browser) in order to do this.

1) What is this called? (I've heard the term SSL (Secure Socket Layer)tossed around, I don't know if this is the same or something different).

2) If I need a certificate of some sort for our server, how do I get it?

View Replies View Related

Secure Statement

I have written a web app in asp3 which is used by lots of users.The data is all held server side.However,I want it so that the users can export the data in a csv file,much
like you can download a statement from online banking.

However,I don't want to save the file to the server,as then anyone else might guess the filename and download it.Is there any way to directly generate a file from an asp script.i.e.instead of asp returning html,it returns csv data which the user can save
away.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved