PDA

View Full Version : e-mail from urself


harriersfan
28-09-2000, 21:33
me m8 can get it so he can send an email from ne1 to ne1 usin' jscript apparently or maybe usin' a form, how???

help me,
harriersfan

mr_grumpy_man
28-09-2000, 22:37
Sorry m8y, don't quite understand what you mean :confused:

SPAWNO
29-09-2000, 09:57
lo m8

the host for you m8s site will have some kind of email component installed, or have a cgi/perl script that handles emails. the form that you are referring to is the way the contents of the email are created.

fir instance, on the form, if you had a SUBJECT box, youd fill this in wif saaaing. when you submitted the form the value of the SUBJECT field, ie what you type in would get passed to the email component or the cgi/perl script. this script would then (using its processes) integrate the SUBJECT text you typed into a proper mail. it would do this ofr all the fields you filled out.

finally it sends the mail as you would from Outlook or whatever !!

it is most likely to be a cgi/perl script, but my site has an ASP component that does it for me, but the same principle applies

hope this helps ya, if you got any more questions just ask.

mr_grumpy_man
29-09-2000, 10:16
Oh. Thats what he meant :)

Yeah, what Spawno said :cheese:

SPAWNO
29-09-2000, 11:27
lol @ grumps

heheh

:laugh:

harriersfan
29-09-2000, 22:34
ne idea where i can find sumwhere with this scriopt?

harriersfan

Rapter Red
30-09-2000, 01:41
err, poo me m8s got a generator to make me i forgot now how well,

Rapter Red
30-09-2000, 01:42
ignore me pls

puz
03-10-2000, 16:55
If you have access to a unix platform shell then you can
telnet to port 25 which is normally the mail daemon
You can then feed it the From, to, subject, body etc
So you can have a from of Bill.Gates@Windoze.com etc :)

I remember doing this trick 10 yrs ago... and it still works
Ahh..memories ;)