Y
Yllar2003
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
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