FutureAi
  • Documentation
  • 🔵Introduction
    • Introduction
    • Key Feature
  • 🔵Installation
    • Server Requirement
    • Shared Hosting Install
    • Installation Steps
    • Installation with Apache
    • AI Keys for Features
  • 🔵Developer Guide
    • Developer Guide
  • 🔵AI Feature
    • Chat
    • Image
    • Image Editor
    • Audio
    • Ai Resume
    • AI Plagiarism
    • AI Detector
    • AI Pdf To Audio
    • Text To Video
    • Image To Video
    • Image To 3D Generator
    • Text to 3D model Generator
    • Text To voxel To 3D model Generator
    • Voice Over
    • Name Generator
    • AI Code
    • AI Writer
    • Email Campagin
    • Itinerary
    • Cron Job
  • 🔵SETTING UP FutureAi
    • PWA Setup
    • Mail Settings
    • ReCaptcha Setting
    • Setting Up Multicurrency
    • Open AI API Keys
    • Novita AI API Keys
    • Meshy AI API Keys
    • Stability AI API Keys
    • PlagiarismCheck AI API Keys
    • Google Text-to-Speech (TTS) Settings
    • Social Login Settings
      • Facebook Login Setting
      • Google Login Setting
      • GitLab Login Setting
      • Amazon Login Setting
      • LinkedIn Login Setting
      • Twitter Login Setting
    • Payment Gateways
      • PayPal Payment Gateway
      • Stripe Payment Gateway
      • Paytm Payment Gateway
      • PayU Money Payment Gateway
      • Paystack Payment Gateway
      • Flutterwave Payment Gateway
      • Razorpay Payment Gateway
      • Omise Payment Gateway
      • AmarPay Payment Gateway
      • Iyzicopay Payment Gateway
      • SSLCOMMERZ Payment Gateway
  • 🔵FAQ'S
    • Installation FAQ's
    • General Faq's
    • Disclaimer
    • Regular & Extended Licenses
    • Privacy Policy
  • 🔵UPDATE DETAILS
    • Changelog
    • Update Process
  • 🔵conclusion
    • Support
    • Source & Credits
    • Conclusion
Powered by GitBook
On this page
  1. SETTING UP FutureAi

Mail Settings

In this guide you will learn how to setup mail settings to send mail with FutureAi.

PreviousPWA SetupNextReCaptcha Setting

Last updated 1 year ago

Login To Admin -> Site Settings -> Mail Settings

In Mail Detail Section Enter the name with no spaces. There are three Mail Drivers: SMTP, Mail, Sendmail, if SMTP is not working then check Sendmail.

There are three Mail Drivers: SMTP, Mail, Sendmail, if SMTP is not working then check Sendmail.

An email driver is a software component that allows applications to send and receive email messages. It acts as an interface between the application and the email server, and allows the application to communicate with the server using a standard protocol such as SMTP (Simple Mail Transfer Protocol) or IMAP (Internet Message Access Protocol).

Email drivers are commonly used to send automated email notifications, send emails, confirmation emails or password reset emails to users.

SMTP (Simple Mail Transfer Protocol) is a protocol for sending email messages between servers. Most email systems that send mail over the Internet use SMTP to send messages from one server to another. Sendmail: The Sendmail driver uses the sendmail command-line tool installed on your server to send emails. It works well on most Unix-based systems without requiring additional configuration.

Note : If showing an error 500 in reset password, New User Registration and Payment Gateways then must check your mail setting. Reset password, New User Registration , and Payment Gateways error show due to you forget to add mail details or wrong mail details in mail setting or .env file. also check error via debug true:

Gmail SMTP Settings:

  • SMTP username: Your Gmail address.

  • SMTP server address: smtp.gmail.com.

  • Gmail SMTP port (TLS): 587.

  • SMTP port (SSL): 465.

  • SMTP TLS/SSL required: yes.

2. Once you enabled the 2 step verification on your account under security tab visit App password section as shown below.

3. Click on App passwords to create new app and it will ask you for sign in again, Sign in again to continue. Once you signed in you will see a new app creation window.

4. Click on select app option and choose Other (custom name) option. Enter the App name example : FutureAisignin and click on generate button.

5. Once done ! you will successfully see a popup with password copy that password and back to futureAi admin panel and visit Site Settings -> Settings -> Mail settings.

6. Put following settings in your mail settings

Mail driver : sendmail Mail port : 465 Mail username : your gmail username or email address Mail password : App password which you copied above. Mail Encryption : TLS

7. To test the mail is working on not use forget password feature and if mail not received kindly check spam folder too.

If you're receiving emails or spam folder then probably your email address is used in some phishing activities. To resolve it kindly contact mail provider, its not script issue..

The Web Site Just Showing a Blank White Page Blank white screen due to you give space in app name and mail from the name. Go to .env file and remove space and special characters in the app name and mail from the name.

to change directly in .env file -> Open and edit .env file. Locate the .env File: The .env file is located in the root directory of your Laravel project. Use a text editor to open the file.

MAIL_DRIVER=smtp (some times support sendmail)
MAIL_HOST=mail.yourdoamin.com (For Gmail = smtp.gmail.com)
MAIL_PORT=2525  (For Gmail = 465)
MAIL_USERNAME=your_emailid
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=null  (For Gmail = ssl)

SMTP password: Your Gmail password. If Using Gmail then Use App Password.

1. To Setting up Gmail 2 Step Verification must be enabled on your Gmail account if not then enable it from and visit security tab to enable it.

🔵
Process of App Password
https://myaccount.google.com