|
Home > Archive > IIS and SMTP > September 2004 > Automatic email account?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Automatic email account?
|
|
| Niels Ulrik Reinwald dgdf 2004-09-29, 8:09 pm |
| Hi,
Which mailserver support the ability after an online payment for a new mail
account to setup the email account automatic on the server? I.e. after the
payment has been payed the mailserver is notified automatic and creates an
account?
Regards
Niels
| |
| Peter Karsai 2004-09-29, 8:09 pm |
| Hi,
IIS SMTP (+some kind of POP3) will not do that for you and I don't think
that there are *any* SMTP servers that offer this kind of integration with
electronic payment, etc.
You will have to programatically create the user accounts. IIS SMTP does not
deal with user accounts by the way, you will need a POP3/IMAP server above
it (e.g. MS Exchange or XP's built-in POP3) to handle mailboxes (well, you
can pick up stuff from the Drop directory).
Peter
"Niels Ulrik Reinwald dgdf" <dfgdf@dfgdf.com> wrote in message
news:_jx6d.4582$nq6.2765@news.get2net.dk...
> Hi,
> Which mailserver support the ability after an online payment for a new
mail
> account to setup the email account automatic on the server? I.e. after the
> payment has been payed the mailserver is notified automatic and creates an
> account?
> Regards
> Niels
>
>
| |
| Jeff Cochran 2004-09-29, 8:09 pm |
| On Wed, 29 Sep 2004 13:50:30 +0200, "Niels Ulrik Reinwald dgdf"
<dfgdf@dfgdf.com> wrote:
>Which mailserver support the ability after an online payment for a new mail
>account to setup the email account automatic on the server? I.e. after the
>payment has been payed the mailserver is notified automatic and creates an
>account?
All of them, though on many you will have to write the code to do it.

Jeff
|
|
|
|
|