Laravel send SMTP mail  by Gmail
Sandipan Kr Bag 1 year ago

Laravel send SMTP mail by Gmail

By Sandipan Kr Bag 0 Comments

This setup allows you to send emails using Gmail SMTP in Laravel by leveraging the Mail class and configuring SMTP settings. The controller method triggers the email sending process, and the Mail class handles the creation and delivery of the email using the specified view file for the email content.

Read more
Keywords of java language by ocec
Sandipan Kr Bag 1 year ago

Keywords of java language by ocec

By Sandipan Kr Bag 0 Comments

In Java, a keyword refers to a reserved word that has a predefined meaning and purpose within the language. These keywords are part of the Java language syntax and cannot be used as identifiers, such as variable names, method names, or class names.

Read more
First Java Program by ocec
Sandipan Kr Bag 1 year ago

First Java Program by ocec

By Sandipan Kr Bag 0 Comments

In this section, we will learn how to write the simple program of Java. We can write a simple hello Java program easily after installing the JDK. To create a simple Java program, you need to create a class that contains the main method. Let's understand the requirement first.

Read more
ocec.org.in

helllo