Author: admin

using one.com email address for wp mail smtp

To use a One.com email address with WP Mail SMTP, select the “Other SMTP” mailer, enter mailout.one.com for the SMTP Host, 587 for the port with TLS encryption (or 465 with SSL), use your full One.com email address as the username, and your email password as the password. Ensure that the “From Email” address in WP Mail SMTP matches your One.com email address and […]

Continue reading »

Enable Gmail’s SMTP settings

To enable Gmail’s SMTP settings, you must first generate an App Password by enabling two-step verification on your Google account and then creating a new app password. You will then use this app password, along with the Gmail SMTP server address smtp.gmail.com and port 587 (for TLS) or 465 (for SSL), in your email client […]

Continue reading »

Export Backup in postgresql in pgAdmin4

Search in google “export create insert sql postgresql via pgadmin4” To export a backup SQL query containing CREATE and INSERT statements using pgAdmin 4:

Continue reading »

How to compare and retrieve previous commits

Continue reading »

How to define mongoDb URL

Continue reading »

How to define Postgres Database URL

Continue reading »

Add username and password to mongoDb

Continue reading »

Installing PostgreSQL on MacOS

Continue reading »

Short Introduction about me

Hi all, please check out my short introduction about me in video.

Continue reading »

Using Thread example

You can refer to the time calculation example below for thread

Continue reading »