Writing applet to send info from forms to email address

Writing applet to send info from forms to email address

Question:
I am wondering if I can write an applet that will send information from a number of forms to my email address without all the %$= etc. and without using CGI scripts (my server doesn’t allow CGI scripts).

Answer:
If the SMTP port (25) on your web server hasn’t been disabled by thesystem administrator, you can open a socket to it and mimic the SMTPprotocol. Let’s say your host is www.sun.com:

Socket s = new Socket(“www.sun.com”, 25);   PrintStream out = newPrintStream(s.getOutputStream());
Then send the string:
 HELO xxx   MAIL FROM: yyy   RCPT TO: [email protected]   DATA   

. QUIT
Note the misspelling of “HELO”. I’ve done this on purpose to make the point that the xxx and yyy can be anything; SMTPdoesn’t check. Don’t miss the “.” on the second-to-last line.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several