Closed Thread Icon

Preserved Topic: automatic email (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18392" title="Pages that link to Preserved Topic: automatic email (Page 1 of 1)" rel="nofollow" >Preserved Topic: automatic email <span class="small">(Page 1 of 1)</span>\

 
tariq
Nervous Wreck (II) Inmate

From:
Insane since: Feb 2002

posted posted 03-09-2002 22:07

Does any body know a tutorial or the like (script ...), which shows how I can send e-mail automaticly. Is there any js methode that does this?
if not how could i access my mail programm (or in general any programm)
via js?

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 03-09-2002 23:27

I'm not so sure about the Javascript options available to you, I usually just use one of the standard CGI/perl applications for this function. Javascript has a whole bunch of hooks to stop designers from using the web to automatically send a mail (and a users mail address) to potential bad-guys. Hopefully someone else with more knowledge on this could jump in with better info?

Your pal, -doc-

Jestah
Maniac (V) Mad Scientist

From: Long Island, NY
Insane since: Jun 2000

posted posted 03-13-2002 03:13

I'm not exactly sure what your talking about here.

Are you looking for like an automatic response-type script?

Could you please be more specific?

--------------
cheers.jay

tariq
Nervous Wreck (II) Inmate

From:
Insane since: Feb 2002

posted posted 03-17-2002 17:28

I want to write a script which
1) gets the date and compairs it with given dates.
this is no problem.
2) if it gets a dat that matches with one of the given ones
it should access my PINE and sends an e-mail (birthday grat.).
my problem or my quation is :
Is there any possibility to do so with js.

This is the specific case.

In gneral how (if possible) can i access other programms from js?

If there is no possibility, so can you (DocOzone) or any body else tell me how I get to such CGI scripts mentioned above without spending much time in discussing every detail in them?

thanks

Hew
Neurotic (0) Inmate
Newly admitted
posted posted 04-03-2002 22:31

You cant access anything server side ,with JS (as far as I know, maybe with the aid of Java or something), but what you can do is submit a form automatically, with JS.

document.formName.emailInputName.value="emailaddress";
document.formName.submit();

now Im not going to explain how the CGI(probably Perl) end works, but you can get ready made scripts that do that kind of thing easily
http://www.cgi-resources.com

or http://www.worldwidemart.com/scripts/ <- not sure if thats the URL

I take it you dont know Perl ... no problem, it so easy to modify (even write), I modified( well actually I made it using the power of Copy and/or Paste) a guestbook ages ago, with no clue about Perl.

there are also tutorials everywhere. Even full books in HTML form.



reitsma
Maniac (V) Mad Scientist

From: the bigger bedroom
Insane since: Oct 2000

posted posted 04-03-2002 23:44

php absolutely rocks for this stuff, you should check it out.


- - r e i t s m a - -
(tifkab)

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 04-04-2002 07:45

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

« BackwardsOnwards »

Show Forum Drop Down Menu