PHP Classes

File: backend/Database/configEmail.php

Recommend this page to a friend!
  Classes 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: 1 year ago
Size: 242 bytes
 

Contents

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