Sponsor Advertisements help keep UGN Security Online.
Sponsor Advertisements help keep UGN Security Online.
Want to earn prizes for clicking online advertisements? Join Rewards1.com.
|
|
|
#21906 - 06/10/02 08:10 PM
UGN Mailer
|
Community Owner
   
Registered: 02/28/02
Posts: 7192
Loc: Portland, OR; USA
|
aaight, this is a project for those of you who are good with Java, perl, vb, just about any web based protocoll, i leave the languages up to you...
This mailer will allow the user to view it as a standard mail form:
User From: User To: Date: Time: Subject: Message:
The only difference than most forms is that it gives you access to set the from address. I have seen it done, and by making this post i expect to see it again. I would like it to have a "Password" thing at the top to stop unwanted access to the mailer. I also would like an option to have it run through either Sendmail or SMTP (or linux/windows as host providers would say).
This project would be beneficial to many, I believe that I've seen it done in perl many times and I'd like to see it done again, and possibly made a lot better.
If you have any questions or comments please respond to this thread, if you've completed the project, please email it to me or contact me on aim or the irc server.
Thank you all for your time, and I look forward to hearing back from all of you. Gizmo
|
|
Top
|
|
|
|
Sponsor Advertisements help keep UGN Security Online.
Sponsor Advertisements help keep UGN Security Online.
|
|
#21915 - 06/14/02 05:58 PM
Re: UGN Mailer
|
UGN Supporter
Registered: 03/05/02
Posts: 562
|
This is stricktly send mail and php But it requiers a password to send mail. First part is the form which would be an html page. second is the php page. So 2 seperate pages. You can have the password in the php file since the browser can not veiw source and see the actual php. (I know you know that gizzy, but figure newbies might not.) This script allows you to specify what e-mail addy the mail came from. What ever you type in as your e-mail address is what the person who receives the mail will have to reply to. heh, I just finished it for my site.
<FORM ACTION="Mail.php" METHOD="POST">
<center>
<font size="5" color="#FFFFFF">UGN Mailer</font>
</center>
Password
<input type="password" name="passwd" size="20" maxlength="30">
Your Freinds name
<INPUT TYPE="text" NAME="freind" SIZE="20" MAXLENGTH="30">
Your Name
<INPUT TYPE="text" NAME="sender" SIZE="20" MAXLENGTH="30">
Their e-mail address
<INPUT TYPE="text" NAME="sendto" SIZE="20" MAXLENGTH="30">
Your e-mail address
<INPUT TYPE="text" NAME="senderemail" SIZE="20" MAXLENGTH="30">
Your message about this site
<textarea cols="50" rows="8" NAME="message">Enter
your message here</text>
<INPUT TYPE="submit" VALUE="Send it!">
</form>
<?php
if($passwd == "insert password here") {
mail ("$sendto", "$freind... $sender wants you to
check this site out", "$message !\n\n So join
your freind and others \n http://rrfn.promodtecnologies.com",
"From: ".$sender."<".$senderemail.">\r\n To: ".$freind."<".$sendto.">\r\n
Reply-To: ".$sender."<$senderemail>\r\n");
}
else {echo "You need to have access to use this tool. So back da fuck up foo!";}
?>
|
|
Top
|
|
|
|
#21918 - 06/26/02 03:21 AM
Re: UGN Mailer
|
UGN Supporter
Registered: 03/05/02
Posts: 562
|
|
|
Top
|
|
|
|
|
Registered: 03/16/13
Posts: 5
|
|
2198 Members
46 Forums
24778 Topics
59948 Posts
Max Online: 1567 @ 04/25/10 10:20 AM
|
|
|
1 registered (Gremelin),
329
Guests and
208
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|