PHP Classes

XTem xEmail: Sending formfields and vars over email

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 980 This week: 1All time: 3,708 This week: 560Up
Version License Categories
xemail 1.0GNU General Publi...HTML, Email
Description 

Author

With xEmail you can submit data(vars) from HTML forms or scripts by email.
Some helpful tools inside, like checking form checkboxes etc.

Picture of Kai Schneider
Name: Kai Schneider <contact>
Classes: 2 packages by
Country: Germany Germany
Age: 37
All time rank: 98162 in Germany Germany
Week rank: 416 Up16 in Germany Germany Up

Details

############################################ # xt FormMailer 1.0 # by n1-studio.de ############################################ xt FormMailer is a class to submit data fast over the email server. Example: <? $my_name = "Mr. X"; $DoMail = new xEmail; $DoMail->SetEmailCFG("yourname@provider.com","Test Email); /* With the second parameter of the function, you can set whether the field is requiered or not. If you set it to 1, it will exit when $my_name is empty! */ $DoMail->AddValue($my_name, 0) $DoMail->SendEmail(); ?> Thats all. If you use HTML formulars and you want to submit checkboxes, you can use the function: "AddValueBox($BoxName, $value)" It's very easy to use: //Example, the name of the checkbox is unempl and it ask you whether you unemployed or not $DoMail->AddValueBox("He is Unemployed", $unempl); The Script will check if the checkbox is checked or not. If not the var will set to NULL. If it's checked, the first parameter of the function will be submitted in the email.

  Files folder image Files  
File Role Description
Accessible without login Plain text file readme.txt Doc. readme
Plain text file xt_formmail.php Class xEmail Class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:980
This week:1
All time:3,708
This week:560Up
User Comments (1)
Excellent
14 years ago (kishore kumar)
65%StarStarStarStar