stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Email Sender' released







PHP Class 'Email Sender' released

PHP Class 'Email Sender' released 04/09/2004 04:05 PM

This class is meant to compose and send e-mail messages based on text templates. The class sends a message to the specified address and replacing the text template placeholders with the values of the current PHP script global variables.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Email Sender' released

Grok Headline matches for PHP Class 'Email Sender' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This package is meant is automate the generation of classes to access databases in Java beans style. It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given database table, getter and setter functions to access those properties and a function to delete a data object row from the respective database table. The package comes with templates to generate classes either in PHP or Java. The PHP template defines code to access data objects in a MySQL database. The Java template defines code to access data objects in any database supported by JDBC.

PHP Class 'Convert Class To HTML Table'
released


PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AM
This class is meant to display the structure of any class as an HTML table. The class being displayed can have variables that contain objects of other classes or arrays and treats those variables each accordingly.

PHP Class 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'Bs_StopWatch.class.php'
released


PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PM
You can take times during a code run and at the end get a time table as HTML or text table. The output will contain total and as delta between each take in microseconds. Free Code; This Class is part of the BlueShoes PHP Application Framework, see blueshoes.org.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: supports any separator char sequence, default is semicolon ";". supports separator characters in the values. eg you use a ; as separator, your line may look like blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo as you can see, the values can be in "quotes". if your text uses quotes itself as in the "string" example, they are escaped in ms-style with 2 quotes. and by using quotes we can even have your separator inside the text (example "foo;bar"). line breaks. a csv line may spread over multiple lines using crlf in a field value. see the checkMultiline param and the _checkMultiline() method.

Microsoft Deploys IronPort's 'Bonded
Sender' Program


Microsoft Deploys IronPort's 'Bonded
Sender' Program
05/06/2004 04:14 PM
Media Post May 6 2004 8:19PM GMT

Website sends 'email from beyond the
grave'


Website sends 'email from beyond the
grave'
09/27/2004 07:30 AM
Straitstimes.asia1.com.sg - Mon Sep 27, 09:55 am GMT

Spammers can hide behind 'Email a
friend/article' scripts.


Spammers can hide behind 'Email a
friend/article' scripts.
04/26/2004 07:06 PM
cyber_flash_at_hotmail.com (Apr 26 2004)

Re: Spammers can hide behind 'Email a
friend/article' scripts.


Re: Spammers can hide behind 'Email a
friend/article' scripts.
04/27/2004 08:04 PM
3APA3A (Apr 27 2004)

Apple's .Mac Email Now Offers 'Email
Aliases' And 'Spell-Check' Features


Apple's .Mac Email Now Offers 'Email
Aliases' And 'Spell-Check' Features
06/24/2004 09:49 AM
You can use email aliases instead of your .Mac email address to keep your .Mac account private or to easily recognize and organize incoming emails from varios sources. By MacDailyNews (via MyAppleMenu)

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This package is a SQL database wrapper supporting MySQL, Interbase and MS SQL server. It can establish database server connections, execute SQL queries, retrieve query results into arrays and display query results as HTML tables.

PHP Class 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This class is a simple wrapper around MySQL database acess functions. It provides wrapper functions around most of the PHP MySQL extension function like database, connection, queries execution and result data access, error message retrieval, database creation and locking of tables.

PHP Class 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show the result of a mysql query on HTML table. Easy to use. 1 line code. $grid = new DBgrid($result);

PHP Class 'htmldoc' released


PHP Class 'htmldoc' released 10/11/2002 07:54 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets is a library of classes to produce any HTML(XML) documents, create, validate forms. It allow to create any "complicated" forms easy. Any tag is an object. Your can build tags tree by inserting one tag into another and get its content as HTML. Based upon "Composite" OOP patern. Library is very flexible, so your may derive your own classes. Documentation in html format can be downloaded from here: http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not fine:( )

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib has template.inc - a template class for php to utilize templates. This is an extension to the class Template needing less code by: Automatic detection and declaration of blocks Automatic "blanking" of unused blocks Blocks automatically declaired in proper nested order. All calls to set up template/file/paths/names in the class call. - LGPL / GPL - phplibs license anyway - its their template class - I just extended it to make my life a little easier.

PHP Class 'db_view' released


PHP Class 'db_view' released 10/08/2002 07:08 AM
"db_view" provides: * An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete) * Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks. * Functions, Triggers and Defaults per action (select, update, insert, delete; before or after) * Rich logging and debugging facilities.

PHP Class 'BaseDB' released


PHP Class 'BaseDB' released 10/11/2002 07:54 AM
Excellent oo base class for mysql interaction. worth looking at. you must use this as a base class and extend your classes which map to a table name. your tables must have a 'id', 'created' and 'modified' field to work properly and the class takes care of the rest. check it out.

PHP Class 'ROPE' released


PHP Class 'ROPE' released 01/23/2004 07:42 PM
ROPE is template engine with the purpose to make easier and more flexible to separate the static and dynamic parts of the web sites and so the work of the coder and the designer. With the help of ROPE, the large 'document here' sections in PHP routines can be avoided. These sections make the programs more confusing and impossible to make changes on the presentation design and the code independently of each other. The ROPE template files are editable as normal HTML files ROPE acts as a simple text processor which inserts, replaces and ignores blocks of text. See the documentation that is provided to understand the details of operation of ROPE.

PHP Class 'dbApiCreate' released


PHP Class 'dbApiCreate' released 09/25/2002 08:14 PM
As a developer who does a lot of backend work I got tired of constantly writing new access libraries for mysql tables - so i wrote this class which automates the process: you tell it: database name, table name, field names, primary key, database connection details and it will then give you add/edit/delete/search/generic search functions written in php as output - simply copy the output into a new file (eg: access_lib.inc) and you have your access library for your new table. It won't do complicated joins or anything - but for the basic functions which most tables require this works well.

PHP Class 'datecombobox' released


PHP Class 'datecombobox' released 09/25/2002 08:14 PM
Creates a combobox with day, month and year. It is possible to set the date or to use the current.

PHP Class 'IP to Country' released


PHP Class 'IP to Country' released 02/10/2004 02:42 AM
This class is meant to determine the country where is its located the Internet network given the IP address of computer. The class uses a CSV file named ip-to-country.csv that lists the IP address ranges and the respective countries. That file can be obtained from from webhosting.info site . The class can lookup the IP range CSV file or query in a mysql table that has the contents of CSV file for faster lookup.

PHP Class 'libMail' released


PHP Class 'libMail' released 01/29/2004 05:53 AM
This is class is an enhanced version of Leo West libMail. The class has some improvements setting recipients with To, CC, BCC, setting the return path address and attaching files to the message The class also provides some anti-spamming precautions by setting some headers that identify the IP address of the machine of the user accessing the current script page.

PHP Class 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way. It currently only supports connections to mySQL databases. This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.

PHP Class 'Spreadsheet_WriteExcel'
released


PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PM
Class for generating Excel files, based on John McNamara's Spreadsheet::WriteExcel from CPAN. It supports all the basic values for cells. It doesn't support URLs, images (working on it) and charts. It has very basic support for formulas.

PHP Class 'morse' released


PHP Class 'morse' released 09/28/2002 07:48 PM
Short class for encoding or decoding morse signs input: this is my 1st morse output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .

PHP Class 'burnauth' released


PHP Class 'burnauth' released 09/29/2002 08:10 PM
Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website. Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's name. Every page can be protected including the file 'shield.php'; at the beginning of it.

PHP Class 'mixer' released


PHP Class 'mixer' released 10/01/2002 09:17 AM
color mixer for vga (16 colors) - the class create a form for change backgroundcolor

PHP Class 'numeroaletra' released


PHP Class 'numeroaletra' released 10/01/2002 10:18 AM
Extensión de la clase number2words de Bas Jobsen (bas@startpunt.cc) con la traducción de numeros a letras en español y de numeros a euros

PHP Class 'COutLook' released


PHP Class 'COutLook' released 10/01/2002 10:18 AM
This class reads messages from the Inbox and Oubox of an Outlook local profile through CDO (Colaboration Data Objects). The class only works under Windows.

PHP Class 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft DBX file reader /such as Outlook Express Mailbox database files/ Author: Zeos

PHP Class 'bstCountdown' released


PHP Class 'bstCountdown' released 10/15/2002 07:15 AM
Display a list of 'days until' a set of events, includes a simple example and a more complex one as child classes. Could easily be extended to multi-user and notifications via email by adding a user table and owner columns. Written to MySQL but db access is simple enough to adapt.

PHP Class 'rhc' released


PHP Class 'rhc' released 10/15/2002 07:15 AM
RHC is actually a few files which give the user the ability to do custom error handling, debugging, and handle database abstraction (currently only through Informix).

PHP Class 'CTable' released


PHP Class 'CTable' released 10/21/2002 08:35 PM
This class helps aid in the generation of table output from a database recordset, or other form of data source.

PHP Class 'Stack' released


PHP Class 'Stack' released 10/22/2002 07:55 PM
The Stack class advantage over the array_push and array_pop function is Stack::pop() pops the stack and returns a reference to the popped element. There is also a top function that returns a reference to the top element.

PHP Class 'CGrid' released


PHP Class 'CGrid' released 10/23/2002 08:16 PM
Properties +---- table // Instance of recordset +---- titles // Array with titles of columns +---- colsSize // Size of each colum +---- colsOrder // Name of fields to ORDER BY SQL +---- titlesBgColor // BgColor of Titles +---- titlesOnColor // BgColor of selected title +---- titlesOffColor // BgColor of non selected +---- listColor // Color of content +---- overRow // Color of mouse over line +---- eraseCol // 1 to show erase colum Function +---- show( $sql ) // Show grid

PHP Class 'StyleMenu' released


PHP Class 'StyleMenu' released 10/25/2002 07:23 AM
Class based on HTML Table (Dimitris Kossikidis ). This class provides a fast form to create and to maintain blocks of menus. It allows to use styles and format of table with very few lines of code.

PHP Class 'CSV' released


PHP Class 'CSV' released 10/25/2002 07:23 AM
This class enable you a databse-likely access to comma separated (csv) and fixed length files. Is useful for import from csv to db.
Grok Description matches for PHP Class 'Email Sender' released
GrokA matches for PHP Class 'Email Sender' released

Copying e-mail to local files in Outlook
no-go


Copying e-mail to local files in Outlook
no-go
12/04/2003 09:38 AM
SiliconValley.com Dec 4 2003 8:44AM ET

Squirrel Mail Alternative Anyone?


Squirrel Mail Alternative Anyone? 01/14/2003 09:22 AM
Squirrel Mail Alternative Anyone? Help! I need an alternative to SquirrelMail since its use of the authentication daemon courier IMAP daemon (or the daemon itself) is flaky. Make that very flaky. PHP please. Any thoughts? I'm installing PHPGroupware now but it feels *L A R G E* when all I need is webmail. Note: I'm not saying that SquirrelMail isn't good but it is blowing up on my main box right now and I don't want to update a mail daemon in the middle of a work day (cautious me? yes).

Outlook 2003 Add-in: Video E-mail


Outlook 2003 Add-in: Video E-mail 12/04/2003 12:13 AM
Use a Web camera to easily send a video e-mail to your friends and family. It takes just two clicks on the Video E-mail for Outlook 2003 add-in. NOTE: This is a new version, updated December 5, 2003, that fixes an issue with a link in the body of the video e-mail.

Outlook 2003 Add-in: Video Mail & PFB
Update


Outlook 2003 Add-in: Video Mail & PFB
Update
11/01/2003 10:45 AM

VPOPMail Account Administration
(squirrel mail) version 0.9.7


VPOPMail Account Administration
(squirrel mail) version 0.9.7
03/13/2003 10:22 AM
error (Mar 12 2003)

CORE-2003-03-04-01: Multiple
vulnerabilities in Ximian 's Evolution
Mail User Agent


CORE-2003-03-04-01: Multiple
vulnerabilities in Ximian 's Evolution
Mail User Agent
03/19/2003 10:25 PM
CORE SECURITY TECHNOLOGIES ADVISORIES (Mar 19 2003)

Update for Outlook 2003: Junk E-mail
Filter


Update for Outlook 2003: Junk E-mail
Filter
09/15/2004 03:50 PM

Direct and Related Links for 'Update for Outlook 2003: Junk E-mail Filter'

This optional update provides the Junk E-mail Filter in Microsoft Office Outlook 2003 with a more current definition of which e-mail messages should be considered junk e-mail. This update was released in September 2004. Run on over to the Office Update Center and run the Update Wizard. At the least you’ll get Outlook’s latest Junk Filter, which is a highly recommended download….

Outlook 2003 Junk E-mail Filter Update


Outlook 2003 Junk E-mail Filter Update 12/16/2003 05:32 AM

Update for Outlook 2003: Junk E-mail
Filter (KB870765)


Update for Outlook 2003: Junk E-mail
Filter (KB870765)
07/27/2004 06:17 PM

Direct and Related Links for 'Update for Outlook 2003: Junk E-mail Filter (KB870765)'

“This optional update provides the Junk E-mail Filter in Outlook 2003 with a more current definition of which e-mail messages should be considered junk. By installing it, you help the Junk E-mail Filter provide you with a higher level of protection against junk e-mail. This update was released in July 2004.” Interestingly enough, this did *not* install when I applied the Office 2003 SP1 Service Pack. Be sure to run the Office Update wizard after…

Outlook 2003 Junk E-mail Filter Update:
KB832333


Outlook 2003 Junk E-mail Filter Update:
KB832333
12/15/2003 11:39 PM
Microsoft recommends that you use the Office Update site to determine if your computer requires this update before installing it. This update enhances the junk e-mail filter in Outlook to help provide a higher level of protection against junk e-mail. As part of Microsoft’s ongoing commitment to reducing junk e-mail, periodic updates will be provided to Outlook users. This update is optional and simply provides a more up-to-date definition of messages that are considered to be junk or not junk.

Automate rule creation based on sender
in Mail


Automate rule creation based on sender
in Mail
06/24/2005 09:46 PM
What I wanted: To ease the creation of rules to filter incoming messages based on the sender in Mail.app. So I wrote this AppleScript to accomplish that objective. Copy and paste the script into Script Editor, and save the s...

AppleScript: Speak the sender of a mail
item in Mail


AppleScript: Speak the sender of a mail
item in Mail
03/13/2003 10:22 AM
Have your computer speak the name of the sender in an arriving e-mail in Apple's Mail.app Source: Studio Log

Mail-Outlook-0.07


Mail-Outlook-0.07 03/27/2005 05:36 PM

Mail-Outlook-0.08


Mail-Outlook-0.08 03/29/2005 01:46 PM

Work with Outlook meeting requests in
Mail


Work with Outlook meeting requests in
Mail
08/05/2004 10:24 AM
I'm sure everyone knows this by now, but I am submitting it because I've not see anything about it on the web. Last night, I received an email with an .ics file attached, and Mail identified it as an iCal file, so I opened i...

E-mail upstart searches for Outlook
defectors


E-mail upstart searches for Outlook
defectors
06/14/2004 01:05 PM
Stata Labs adds calendar and Palm synchronization to its search-centric Bloomba e-mail software.

Hiding URLs from Outlook and other mail
clients


Hiding URLs from Outlook and other mail
clients
05/11/2004 10:22 PM
Carl (May 11 2004)

Outlook puts an end to poor mail
delivery


Outlook puts an end to poor mail
delivery
06/05/2004 07:21 AM
Los Angeles Times Jun 5 2004 11:34AM GMT

Recover deleted Outlook e-mail by
corrupting the PST file


Recover deleted Outlook e-mail by
corrupting the PST file
07/11/2004 11:49 AM
“When a member accidentally deleted an important e-mail, she turned to our Technical Q&A for help. Luckily, a member responded with a rather unorthodox solution: Corrupt and then recover the PST file. Find out how it works.”

Outlook address book E-mail verification
services


Outlook address book E-mail verification
services
12/08/2003 04:34 AM
The last I looked I had nearly 1100 legitimate contacts in my outlook address book and the majority of them...

Create Outlook e-mail templates and
integrate them onto the toolbar


Create Outlook e-mail templates and
integrate them onto the toolbar
07/07/2004 04:44 AM
“Learn how to create templates for common e-mail messages and discover a great trick that you can use to make these templates easily accessible from the Outlook toolbar. This TechProGuild solution is being featured on TechRepublic until August 1, 2004. After this date, only TechProGuild members will be able to access this article. Obtain full-time access to this and other time- saving resources and in-depth content by joining TechProGuild today.”

A few stand-alone e-mail options to
Microsoft's Outlook Express


A few stand-alone e-mail options to
Microsoft's Outlook Express
07/31/2004 05:02 PM
Newsday Jul 31 2004 8:31PM GMT

Outlook e-mail easily saved on your hard
drive


Outlook e-mail easily saved on your hard
drive
08/09/2004 07:48 AM
Los Angeles Times Aug 9 2004 11:56AM GMT

WinZip E-Mail Attachment Add-On for
Outlook Beta 5b Build 6012


WinZip E-Mail Attachment Add-On for
Outlook Beta 5b Build 6012
08/12/2004 04:41 PM
The WinZip E-Mail Attachment Add-On for Outlook makes it easy for you to zip (compress) the files that you attach to Microsoft Outlook e-mail messages. Zipping attachments saves transmission time and disk storage for both the sender and receiver of the e-mail. [Freeware 590 KB]

Lou Dolinar: A few stand-alone e-mail
options to Microsoft's Outlook Express


Lou Dolinar: A few stand-alone e-mail
options to Microsoft's Outlook Express
08/01/2004 12:25 AM
Newsday Aug 1 2004 4:30AM GMT

Bulk mailer faces criminal charges


Bulk mailer faces criminal charges 07/21/2004 07:45 PM
Reputed spammer slapped with 144 federal criminal counts in major data theft from consumer data company.

Grand jury sends bulk mailer a message


Grand jury sends bulk mailer a message 07/21/2004 08:20 PM
ZDNet Jul 21 2004 11:47PM GMT

Outlook 2003 Add-in: Personal Folders
Backup


Outlook 2003 Add-in: Personal Folders
Backup
11/03/2003 01:01 AM
NOTE: New version updated October 31, 2003. This updated version fixes an issue with the browsing functionality on Windows 98 and Windows ME. Backing up your Microsoft Outlook information is quicker and easier with the Personal Folders Backup feature. Personal Folders Backup creates backup copies of your .PST files at regular intervals, in Outlook 2000 and later versions, making it easy to keep all of your Outlook folders safely backed up.

Mail.app, mutt, mail volume, and e-mail
addiction


Mail.app, mutt, mail volume, and e-mail
addiction
04/23/2004 08:25 PM
Since I've been using the Powerbook (which I still need to replace with a newer one now that the "speed bump" is official), I've drastically changed my e-mail habits (personal mail, not work mail). In doing so, I wonder if I'm unusual in this respect. Previously, I was using mutt for e-mail on my IBM Thinkpad running Linux. If you've not tried it, mutt is really the king of all console-based mail programs. It excels at making it very easy...

Mail vs. Entourage


Mail vs. Entourage 12/14/2003 08:43 PM
A current article at MacSlash compares Mail.app with Entourage, and Geekable.com calls Mail.app a "crappy toy". Here's why Mail.app has been my choice since 10.2.

PHP Class 'Email Sender' released

The following phrases have been identified by the grok system as matching this entry: libmail handspring php mailer "sender id" importing evolution folders into squirrel mail automatic bcc rule in entourage 2003 -2001 squirrelmail duplicates emails in outlook ezail bulk mail() php manuel lemos "squirrel mail" attach "multiple files" phishing scam files shell "php mailer" "squirrelmail abook" "outlook contacts"

















Also check out: