PHP Classes

File: backend/Database/configEmail.php

Recommend this page to a friend!
  Packages of Rodrigo Faustino   PHP AJAX Login with JWT and Fetch API   backend/Database/configEmail.php   Download  
File: backend/Database/configEmail.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AJAX Login with JWT and Fetch API
Login users using AJAX to send JWT to a server API
Author: By
Last change:
Date: 2 years ago
Size: 242 bytes
 

Contents

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