PHP Classes

File: backend/Database/configEmail.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Web App Multi-Perfil   backend/Database/configEmail.php   Download  
File: backend/Database/configEmail.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Web App Multi-Perfil
App that uses CRUD to manage multiple users
Author: By
Last change:
Date: 1 month ago
Size: 220 bytes
 

Contents

Class file image Download
<?php
  define
('MAIL_HOST', 'mail.hospedagem.com');
 
define('MAIL_USERNAME', 'contato@hospedagem.com');
 
define('MAIL_PASSWORD', 'senha');
 
define('MAIL_FROM', 'contato@hospedagem.com');
 
define('MAIL_PORT', '587');