Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if (!@mail($this->Recipients[0]["Email"], $this->Subject, $Message, $Header)) $this->Context->ErrorManager->AddError($this->Context, $this->Name, "Send", "An error occurred while sending the email.");<?php
/*
Extension Name: No Email
Extension Url: N/A
Description: Disables E-mail functionality.
Version: 1.0
Author: SirNot
Author Url: N/A
*/
if(class_exists('Email'))
{
$Context->ObjectFactory->SetReference('Email', 'NoEmail');
class NoEmail extends Email
{
function Send()
{
}
}
}
?>
ini_set("SMTP", "your.smtp.server");$FileHandle = @fopen($File, "wb");$FileHandle = fopen($File, "wb");
1 to 16 of 16