September, 2010

Quick Search

Enable smtp auth in PHPMailer

September 28th, 2010 by admin
No comments »

First download the PHPMailer class file form the site http://phpmailer.sourceforge.net
Save it as a php-file in the same directory your own script should.
Include the script in your code.

require(“class.phpmailer.php”);
$mail = new PHPMailer();

Example:

$mail = new PHPMailer(); //Create PHPmailer class
$mail->From = “youremail@yourdomain.com”; //Sender address
$mail->FromName = “Name to Display “; //The name that you’ll … Read More

Posted in Email
No comments »

Positive policy change for Kvanefjeld: Amendment to the Terms for Exploration Licenses

September 10th, 2010 by admin
1 comment »

Key points:

Greenland Government introduce an amendment to Standard Terms for Exploration Licenses in Greenland
Amendments allow for, upon application approval, the inclusion of radioactive elements as exploitable minerals for the purpose of thorough evaluation and reporting
GMEL has lodged its application in accordance with … Read More

New South Delhi metro line opens on Sep 3

September 3rd, 2010 by admin
No comments »

The long wait of the South Delhi commuters ends at 3 pm on Friday, Sep 3 when its first metro link with new Delhi Metro line from Central Secretariat to Qutub Minar will be thrown open to public.

The Central Secretariat to Qutub section will be inaugurated by Union urban development … Read More