Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Mail function?


Message #1 by "Dave Burdick" <burdickdave@h...> on Fri, 9 Aug 2002 00:22:49
I'm coming over to ASP from PHP experience, where I frequently used a mail 
function to directly submit form data to a specified e-mail address.  So 
far, the only way I can figure out how to submit data to an e-mail address 
with ASP is by using the post method and 
action="mailto:emailaddress@e...", which requires that the client 
machine has an e-mail account on it (outlook, outlook express, eudora, 
etc.).  Is there a mail function or script available that allows for 
direct submittal of form data to an e-mail address without using the 
client's e-mail program?  Thanks a bunch.

If nothing in ASP, does JavaScript supply anything to perform these 
actions?
Message #2 by John Winoto <jwinoto@y...> on Thu, 8 Aug 2002 20:44:58 -0700 (PDT)
Hi Dave,

Try using CDONTS component for sending email.
Or other solution is by installing a free email
component (ASPEmail) by Persits Software.

4GuysFromRolla.com might be a good resource for more
ASP information.

Welcome to ASP :)


Regards,
John.

--- Dave Burdick <burdickdave@h...> wrote:
> I'm coming over to ASP from PHP experience, where I
> frequently used a mail 
> function to directly submit form data to a specified
> e-mail address.  So 
> far, the only way I can figure out how to submit
> data to an e-mail address 
> with ASP is by using the post method and 
> action="mailto:emailaddress@e...", which
> requires that the client 
> machine has an e-mail account on it (outlook,
> outlook express, eudora, 
> etc.).  Is there a mail function or script available
> that allows for 
> direct submittal of form data to an e-mail address
> without using the 
> client's e-mail program?  Thanks a bunch.
> 
> If nothing in ASP, does JavaScript supply anything
> to perform these 
> actions?


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

  Return to Index