Wrox Programmer Forums
|
ASP CDO As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP CDO section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 9th, 2003, 03:04 PM
Authorized User
 
Join Date: Sep 2003
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default Using alias vs. email address

We have been using the email: [email protected] in our email forms. This is an alias for the email: [email protected].

This alias has worked fine up until I moved the ASP pages to another server and left the HTML pages on the old server.

Now I have to use [email protected] in order to receive mails through this form again.

Can someone explain why is this?
 
Old October 9th, 2003, 09:18 PM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 112
Thanks: 0
Thanked 0 Times in 0 Posts
Default

There are too many variables to properly answer this question...

The basics is that, with the advent of the proliferation of spam email, that many ISP disallow sending email unless the FROM address is a real email address.

Or they disallow sending email, except when the sending address is within their own domain (e.g. [email protected]).

If you would have bothered to mention what object model you are using it would have been helpful in answering your question fully.

I know in the case of CDONTS that you can even leave the FROM field blank and it will send.

I've run into this problem many times.

 
Old October 10th, 2003, 03:53 PM
Authorized User
 
Join Date: Sep 2003
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am using CDONTS.
You probably right about the security issue because the reason of me moving my ASP pages was that they were upgrading their servers (and services), to provide higher security and shut down my asp service.
As of sending the form with FORM fields left blank, I just solve the issue with validating fields as much as possible.





Similar Threads
Thread Thread Starter Forum Replies Last Post
validate email address dartcoach Javascript 0 April 28th, 2008 12:58 PM
Valid Email Address...... muskaanbajaj VB.NET 1 November 22nd, 2005 11:38 AM
Validating an email address Dave Brown Beginning PHP 2 March 31st, 2005 11:14 AM
Validate Email address richardtr BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 6 November 23rd, 2004 01:45 PM
Is there anyway to get my email address removed jayirvin Forum and Wrox.com Feedback 8 April 16th, 2004 09:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.