on Mon, 17 Sep 2001 06:58:27, "Sjoerd Op 't Land" <[EMAIL PROTECTED]>
helpfully suggested:
>
> Raymond E. Griffith wrote/ schreef:
>
>> Is there a way to extract the SMTP server from IE or Netscape data
>> information?
>>
>> What I am after is a way for Rev to get that information automatically so
>> the stack can automatically email registration information to me.
>>
>> Most users are not going to know what their SMTP server's address is, and
>> many won't even know what it is.
>>
>> What I am after is an easy, always working (provided they are connected to
>> the net) way to send an email to my address.
> In this case you better use your own SMTP server. Since this won't of course
> work with al ISP's, you need to incorporate authentication. Instead of using
>
> smtp.vnet.net
>
> You'd use something like:
>
> rgriffit:[EMAIL PROTECTED]
>
> I don't know if MetaCard (libUrl or email library, whatever) understands
> this, but it is defenitely possible.
>
>> Thanks for the help.
>>
>> Raymond
> Regards, / Groeten,
> Sjoerd
Sjoerd, thanks for the help -- but it did not work. I tried using this in
SMTP Socket v0.95 stack that Shao Sean <[EMAIL PROTECTED]> wrote. The program
works with my own SMTP password, but not with your suggestion.
Anything else I can try? Using my own SMTP server seems like a great
suggestion, but I need help to accomplish it.
Thanks again,
Raymond