The plugin is running on the user's machine and not on the server
which means that the email is going to be sent from the user's machine
so you either have to allow the user to configure their smtp server
and email address or have an email address and smtp server set up to
send the email through regardless of where the user is or what machine
the script is running on.

Having Rebol installed on your machine shouldn't affect the way the
plugin works (AFAIK) What do you mean if you use set-net it doesn't
work.  What doesn't work?  I have REBOL installed on my machine and I
have an SMTP server set up for it but running your script tells me
that no SMTP server is setup.

HTH!!
~~Ammon ;~>


On 6/12/05, LAURET Emmanuel <[EMAIL PROTECTED]> wrote:
>=20
> You are all right Ammon !!! I found the problem: rebol.exe was installed =
on
> my computer, and %user.r was not configured !
> if i use set-net in my plugin script, it doesn't work any more !!!
> My script's plugin doesn't work on my computer, but it works on another a=
s
> sender: [EMAIL PROTECTED] !
> I think, the plugin doesn't work the same, if you have rebol console
> installed or not !!! Be carreful !
> if you want to try the script, go to http://lauretprod.web.ool.fr/photo.h=
tm
> . The script read a page on national geographic site,
> parse the page to find the photo of the day... But you can choose the pho=
to
> of another day with comments...
> thank you Ammon.
>=20
> Sorry for my bad english, i'am french (R=E9union Island) !!!
>=20
>=20
> ----- Original Message -----
> From: "Ammon Johnson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 12, 2005 7:20 AM
> Subject: [REBOL] Re: sending a mail with rebol web browser plugin...
>=20
>=20
> >
> > It will work in this version too, you just need to specify the smtp
> > server that it should use to send the mail using SET-NET.
> >
> > HTH!!
> > ~~Ammon ;~>
> >
> >
> > On 6/11/05, LAURET Emmanuel <[EMAIL PROTECTED]> wrote:
> >> i can't send a mail to my address from a web page...
> >> the error message is:
> >>=3D20
> >> ** User Error: No network server for smtp is specified
> >> ** Near: smtp-port: open [scheme: 'smtp]
> >> either only
> >>=3D20
> >> i think, it's a bug, because in a  former version of the plugin, it
> >> worke=3D
> > d...
> >> thanks...
> >> --
> >> To unsubscribe from the list, just send an email to
> >> lists at rebol.com with unsubscribe as the subject.
> >>=3D20
> >>
> > --
> > To unsubscribe from the list, just send an email to
> > lists at rebol.com with unsubscribe as the subject.
> >
> >
>=20
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>=20
>
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to