Innovation

Innovation for nature and people to flourish together

To transform the way farmers grow food like never before, we are developing innovative formulations that empower agriculture greater than ever before.

Scientists and engineers

7

Poster presentation
International Conferences

Research papers
International Journals

Creating Solutions

crop journal image

Advancing soil health, plant health, and disease prevention

Privi is collaborating with renowned institutions – on national and international levels, and external partners to generate true value for agriculturalists, consumers, and our planet. Our systematic and extensive collaborations between researchers and developers are creating new possibilities.

Collaborating. Co-discovering. Co-creating.

Collaborating image

Privi is collaborating with renowned institutions – on national and international levels and external partners to generate true value for agriculturalists, consumers, and our planet. Our systematic and extensive collaborations between researchers and developers are creating new possibilities.

Through our avant-garde solutions, we are delivering to farmers better answers that meet the precise needs of their crops. In our vigorous efforts to truly benefit the farming industry and the world as a whole, we bear the responsibility to ensure that our innovations reach every corner of the world for a better and brighter tomorrow for all.

Lab research Image

Lab research

Privi has state-of-the-art research laboratories located at the headquarters in Mumbai and at the manufacturing plants at Roha and Kolhar. We develop innovative formulations catering to diverse needs by integrating the latest technologies and chemistries with modern techniques and constantly invest in R&D projects.

Field research Image

Field research

Our application research team is vigorously involved in field studies to assess and expand product efficacies. The field team is focused on generating data on several aspects of crops for multiple seasons and locations, to ensure consistency in results.

Team Image

Team

Our people are at the forefront of innovation in the agriculture sector. Their skills and commitment distinctively position our company to deliver on the needs of farmers globally and, in turn, contribute to our bigger vision: Micro input. Macro impact. Zero residue.

Facilities

Facilities

Our products are manufactured under stringent quality controlled processes and the manufacturing facilities are certified under the ISO 9001-2015 Quality Manufacturing System. We are also CHEMEXIL certified under the Basic Chemicals, Cosmetics & Dyes Export Promotion Council set up by the Ministry of Commerce & Industry, Government of India.

Whoops! There was an error.
ErrorException (E_NOTICE)
fwrite(): write of 1570 bytes failed with errno=28 No space left on device ErrorException thrown with message "fwrite(): write of 1570 bytes failed with errno=28 No space left on device" Stacktrace: #12 ErrorException in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:133 #11 fwrite in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:133 #10 Monolog\Handler\StreamHandler:streamWrite in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:119 #9 Monolog\Handler\StreamHandler:write in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:39 #8 Monolog\Handler\AbstractProcessingHandler:handle in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Logger.php:344 #7 Monolog\Logger:addRecord in /var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Logger.php:712 #6 Monolog\Logger:error in /var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:176 #5 Illuminate\Log\Logger:writeLog in /var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php:87 #4 Illuminate\Log\Logger:error in /var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:526 #3 Illuminate\Log\LogManager:error in /var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:113 #2 Illuminate\Foundation\Exceptions\Handler:report in /var/www/html/www.privilifesciences.com/app/Exceptions/Handler.php:37 #1 App\Exceptions\Handler:report in /var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:81 #0 Illuminate\Foundation\Bootstrap\HandleExceptions:handleException in [internal]:0
12
ErrorException
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php133
11
fwrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php133
10
Monolog\Handler\StreamHandler streamWrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php119
9
Monolog\Handler\StreamHandler write
/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php39
8
Monolog\Handler\AbstractProcessingHandler handle
/vendor/monolog/monolog/src/Monolog/Logger.php344
7
Monolog\Logger addRecord
/vendor/monolog/monolog/src/Monolog/Logger.php712
6
Monolog\Logger error
/vendor/laravel/framework/src/Illuminate/Log/Logger.php176
5
Illuminate\Log\Logger writeLog
/vendor/laravel/framework/src/Illuminate/Log/Logger.php87
4
Illuminate\Log\Logger error
/vendor/laravel/framework/src/Illuminate/Log/LogManager.php526
3
Illuminate\Log\LogManager error
/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php113
2
Illuminate\Foundation\Exceptions\Handler report
/app/Exceptions/Handler.php37
1
App\Exceptions\Handler report
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php81
0
Illuminate\Foundation\Bootstrap\HandleExceptions handleException
[internal]0
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
     */
    private function getDirFromStream($stream)
    {
        $pos = strpos($stream, '://');
        if ($pos === false) {
            return dirname($stream);
        }
 
        if ('file://' === substr($stream, 0, 7)) {
Arguments
  1. "fwrite(): write of 1570 bytes failed with errno=28 No space left on device"
    
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
     */
    private function getDirFromStream($stream)
    {
        $pos = strpos($stream, '://');
        if ($pos === false) {
            return dirname($stream);
        }
 
        if ('file://' === substr($stream, 0, 7)) {
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
            $this->errorMessage = null;
            set_error_handler(array($this, 'customErrorHandler'));
            $this->stream = fopen($this->url, 'a');
            if ($this->filePermission !== null) {
                @chmod($this->url, $this->filePermission);
            }
            restore_error_handler();
            if (!is_resource($this->stream)) {
                $this->stream = null;
 
                throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
            }
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
 *
 * @author Jordi Boggiano <j.boggiano@seld.be>
 * @author Christophe Coevoet <stof@notk.org>
 */
abstract class AbstractProcessingHandler extends AbstractHandler
{
    /**
     * {@inheritdoc}
     */
    public function handle(array $record)
    {
        if (!$this->isHandling($record)) {
            return false;
        }
 
        $record = $this->processRecord($record);
 
        $record['formatted'] = $this->getFormatter()->format($record);
 
        $this->write($record);
 
        return false === $this->bubble;
    }
 
    /**
     * Writes the record down to the log of the implementing handler
     *
     * @param  array $record
     * @return void
     */
    abstract protected function write(array $record);
 
    /**
     * Processes a record.
     *
     * @param  array $record
     * @return array
     */
    protected function processRecord(array $record)
    {
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Logger.php
        }
        $ts->setTimezone(static::$timezone);
 
        $record = array(
            'message' => (string) $message,
            'context' => $context,
            'level' => $level,
            'level_name' => $levelName,
            'channel' => $this->name,
            'datetime' => $ts,
            'extra' => array(),
        );
 
        try {
            foreach ($this->processors as $processor) {
                $record = call_user_func($processor, $record);
            }
 
            while ($handler = current($this->handlers)) {
                if (true === $handler->handle($record)) {
                    break;
                }
 
                next($this->handlers);
            }
        } catch (Exception $e) {
            $this->handleException($e, $record);
        }
 
        return true;
    }
 
    /**
     * Ends a log cycle and frees all resources used by handlers.
     *
     * Closing a Handler means flushing all buffers and freeing any open resources/handles.
     * Handlers that have been closed should be able to accept log records again and re-open
     * themselves on demand, but this may not always be possible depending on implementation.
     *
     * This is useful at the end of a request and will be called automatically on every handler
/var/www/html/www.privilifesciences.com/vendor/monolog/monolog/src/Monolog/Logger.php
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function err($message, array $context = array())
    {
        return $this->addRecord(static::ERROR, $message, $context);
    }
 
    /**
     * Adds a log record at the ERROR level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function error($message, array $context = array())
    {
        return $this->addRecord(static::ERROR, $message, $context);
    }
 
    /**
     * Adds a log record at the CRITICAL level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function crit($message, array $context = array())
    {
        return $this->addRecord(static::CRITICAL, $message, $context);
    }
 
    /**
     * Adds a log record at the CRITICAL level.
     *
     * This method allows for compatibility with common interfaces.
/var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php
     * @return void
     */
    public function write($level, $message, array $context = [])
    {
        $this->writeLog($level, $message, $context);
    }
 
    /**
     * Write a message to the log.
     *
     * @param  string  $level
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    protected function writeLog($level, $message, $context)
    {
        $this->fireLogEvent($level, $message = $this->formatMessage($message), $context);
 
        $this->logger->{$level}($message, $context);
    }
 
    /**
     * Register a new callback handler for when a log event is triggered.
     *
     * @param  \Closure  $callback
     * @return void
     *
     * @throws \RuntimeException
     */
    public function listen(Closure $callback)
    {
        if (! isset($this->dispatcher)) {
            throw new RuntimeException('Events dispatcher has not been set.');
        }
 
        $this->dispatcher->listen(MessageLogged::class, $callback);
    }
 
    /**
/var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/Logger.php
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function critical($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log an error message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function error($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log a warning message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function warning($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log a notice to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
/var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Log/LogManager.php
     *
     * @return void
     */
    public function critical($message, array $context = [])
    {
        return $this->driver()->critical($message, $context);
    }
 
    /**
     * Runtime errors that do not require immediate action but should typically
     * be logged and monitored.
     *
     * @param string $message
     * @param array  $context
     *
     * @return void
     */
    public function error($message, array $context = [])
    {
        return $this->driver()->error($message, $context);
    }
 
    /**
     * Exceptional occurrences that are not errors.
     *
     * Example: Use of deprecated APIs, poor use of an API, undesirable things
     * that are not necessarily wrong.
     *
     * @param string $message
     * @param array  $context
     *
     * @return void
     */
    public function warning($message, array $context = [])
    {
        return $this->driver()->warning($message, $context);
    }
 
    /**
     * Normal but significant events.
/var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
     */
    public function report(Exception $e)
    {
        if ($this->shouldntReport($e)) {
            return;
        }
 
        if (method_exists($e, 'report')) {
            return $e->report();
        }
 
        try {
            $logger = $this->container->make(LoggerInterface::class);
        } catch (Exception $ex) {
            throw $e;
        }
 
        $logger->error(
            $e->getMessage(),
            array_merge($this->context(), ['exception' => $e]
        ));
    }
 
    /**
     * Determine if the exception should be reported.
     *
     * @param  \Exception  $e
     * @return bool
     */
    public function shouldReport(Exception $e)
    {
        return ! $this->shouldntReport($e);
    }
 
    /**
     * Determine if the exception is in the "do not report" list.
     *
     * @param  \Exception  $e
     * @return bool
     */
/var/www/html/www.privilifesciences.com/app/Exceptions/Handler.php
 
    /**
     * A list of the inputs that are never flashed for validation exceptions.
     *
     * @var array
     */
    protected $dontFlash = [
        'password',
        'password_confirmation',
    ];
 
    /**
     * Report or log an exception.
     *
     * @param  \Exception  $exception
     * @return void
     */
    public function report(Exception $exception)
    {
        parent::report($exception);
    }
 
    /**
     * Render an exception into an HTTP response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Exception  $exception
     * @return \Illuminate\Http\Response
     */
    public function render($request, Exception $exception)
    {
        return parent::render($request, $exception);
    }
}
 
/var/www/html/www.privilifesciences.com/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
    }
 
    /**
     * Handle an uncaught exception from the application.
     *
     * Note: Most exceptions can be handled via the try / catch block in
     * the HTTP and Console kernels. But, fatal error exceptions must
     * be handled differently since they are not normal exceptions.
     *
     * @param  \Throwable  $e
     * @return void
     */
    public function handleException($e)
    {
        if (! $e instanceof Exception) {
            $e = new FatalThrowableError($e);
        }
 
        try {
            $this->getExceptionHandler()->report($e);
        } catch (Exception $e) {
            //
        }
 
        if ($this->app->runningInConsole()) {
            $this->renderForConsole($e);
        } else {
            $this->renderHttpResponse($e);
        }
    }
 
    /**
     * Render an exception to the console.
     *
     * @param  \Exception  $e
     * @return void
     */
    protected function renderForConsole(Exception $e)
    {
        $this->getExceptionHandler()->renderForConsole(new ConsoleOutput, $e);
[internal]

Environment & details:

empty
empty
empty
empty
empty
Key Value
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.privilifesciences.com"
REDIRECT_STATUS
"200"
HTTPS
"on"
SSL_TLS_SNI
"www.privilifesciences.com"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.privilifesciences.com"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at www.privilifesciences.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SERVER_NAME
"www.privilifesciences.com"
SERVER_ADDR
"172.31.4.42"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.208"
DOCUMENT_ROOT
"/var/www/html/www.privilifesciences.com/public"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/var/www/html/www.privilifesciences.com/public"
SERVER_ADMIN
"bkupadhyay75@gmail.com"
SCRIPT_FILENAME
"/var/www/html/www.privilifesciences.com/public/index.php"
REMOTE_PORT
"54450"
REDIRECT_URL
"/innovation"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/innovation"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1765929297.5
REQUEST_TIME
1765929297
APP_NAME
"Laravel"
APP_ENV
"developement"
APP_KEY
"base64:/kE0S3Ay2lY2hcW3adc4i0lnViGXzHRUrNvaeIdgSaU="
APP_DEBUG
"true"
APP_URL
"http://ec2-13-232-248-230.ap-south-1.compute.amazonaws.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"privi_prod_web"
DB_USERNAME
"root"
DB_PASSWORD
"PErVKF7xKZaZc"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"database"
QUEUE_DRIVER
"database"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
""
REDIS_PORT
"6379"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"plsmortar@gmail.com"
MAIL_PASSWORD
"leoikkdwyahmfljn"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"plsmortar@gmail.com"
MAIL_FROM_NAME
"PLS"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
""
NOCAPTCHA_SECRET
"6LetRjUfAAAAAFcWCXZ5SsqnnVwyAWjxIIcuRarV"
NOCAPTCHA_SITEKEY
"6LetRjUfAAAAAMFYEDbprmhigKYIJFe6pdImKV9k"
SUPPLIER_REGISTRATION_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
DISTRIBUTOR_REGISTRATION_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
CONTACT_ENQUIRY_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
FARMER_MEET_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
LEAD_ENQUIRY_MAIL
"privileads25@gmail.com,anujanandaa3@gmail.com"
MAJENTOURL
"https://products.privilifesciences.com"
Key Value
APP_NAME
"Laravel"
APP_ENV
"developement"
APP_KEY
"base64:/kE0S3Ay2lY2hcW3adc4i0lnViGXzHRUrNvaeIdgSaU="
APP_DEBUG
"true"
APP_URL
"http://ec2-13-232-248-230.ap-south-1.compute.amazonaws.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"privi_prod_web"
DB_USERNAME
"root"
DB_PASSWORD
"PErVKF7xKZaZc"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"database"
QUEUE_DRIVER
"database"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
""
REDIS_PORT
"6379"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"plsmortar@gmail.com"
MAIL_PASSWORD
"leoikkdwyahmfljn"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"plsmortar@gmail.com"
MAIL_FROM_NAME
"PLS"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
"us-east-1"
AWS_BUCKET
""
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
""
NOCAPTCHA_SECRET
"6LetRjUfAAAAAFcWCXZ5SsqnnVwyAWjxIIcuRarV"
NOCAPTCHA_SITEKEY
"6LetRjUfAAAAAMFYEDbprmhigKYIJFe6pdImKV9k"
SUPPLIER_REGISTRATION_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
DISTRIBUTOR_REGISTRATION_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
CONTACT_ENQUIRY_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
FARMER_MEET_MAIL
"agrocare@privilife.co.in,anujanandaa3@gmail.com"
LEAD_ENQUIRY_MAIL
"privileads25@gmail.com,anujanandaa3@gmail.com"
MAJENTOURL
"https://products.privilifesciences.com"
0. Whoops\Handler\PrettyPageHandler