Send email from ASP
From: Yllar2003 (yllar2003_at_yahoo.com)
Date: 08/26/04
- Previous message: Harag: "Re: newsservers"
- Next in thread: Evertjan.: "Re: Send email from ASP"
- Reply: Evertjan.: "Re: Send email from ASP"
- Reply: Jeff Cochran: "Re: Send email from ASP"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Aug 2004 01:00:34 -0700
Hi!
Perhaps slightly off-topic but...
I want to implement a function to send emails to the registered users
from my web site using ASP. The problem is that the web server
provider I'm using does not support any email components (such as CDO,
CDONTS, or third-party) or SMTP server.
Therefore I'm looking for some free email/SMTP provider which enables
me to send the email information from my ASP web page to their server
and it will forward it as ordinary emails to the recipients.
One way to do it could be to set up a html form with fields to hold
the email information (recipient addresses, sender address, subject
and body) and send it to the service provider. Something like:
<form method="post" action="http://provider.com/relayemailservice"
To: <input type="text" name="recipient"><br>
From: <input type="text" name="from"><br>
Subject: <input type="text" name="subject"><br>
Body: <input type="text" name="body"><br>
<input type="submit">
</form>
Does anyone know of such a service provider?
Regards,
Yllar
- Previous message: Harag: "Re: newsservers"
- Next in thread: Evertjan.: "Re: Send email from ASP"
- Reply: Evertjan.: "Re: Send email from ASP"
- Reply: Jeff Cochran: "Re: Send email from ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|