razorpay Payment Gateway Payment Gateway 

How to Implement Razorpay Webhooks in PHP

Razorpay Webhooks: Businesses need a strong and dependable system for processing payments and managing related events in the constantly changing world of online payments. Businesses can manage their payments with a full suite of tools from Razorpay, a top payment gateway in India. Webhooks, a key feature of Razorpay that enables you to get instant notifications about payment events, is one of its most important features. We’ll delve into the world of Razorpay PHP Webhooks in this article, learning what they are, how they operate, and how to integrate them…

Read More
Email Integration 

Sending Emails with Attachments Using SendGrid in Python

A step-by-step implementation of sending an email with attachments using SendGrid in Python. Step 1: Import the necessary modulesWe begin by importing the required modules for our implementation: Step 2: Define the send_email functionNext, we define the send_email function, which takes parameters for the sender’s email, recipient’s email, subject, plain text content, HTML content, and attachments (optional): Step 3: Handle attachments (if provided)If attachments are provided, we iterate over each attachment file and create a SendGrid Attachment object for it. We read the file contents, set the file name, type,…

Read More
oracle Email oracle cloud 

How to use Oracle Cloud email delivery SMTP with phpmailer

Oracle Cloud Infrastructure Email Delivery is very comfortable to use configure too. when it comes to pricing it costs around $0.085 (Rs. 6-7) per 1000 emails sent, which is the minimum Quantity. To Use Oracle Cloud Email Delivery system SMTP with PHPmailer please follow the below-given steps Email Delivery Account Creation and Configuration Step1: Log in to Oracle cloud and find the Email Delivery service under Developer Service -> Application Service -> Email Delivery Step2: In Email Delivery Service First under List scope first select the Compartment in which you…

Read More
razorpay Payment Gateway Payment Gateway 

How to integrate Razorpay Payment Gateway for WooCommerce Plugin

Prerequisites: Create a Razorpay account. Generate the API keys: from  Dashboard goto Settings → API Keys. Note: You can use the Test mode keys for testing and later switch to Live mode keys when going live with the integration. Step 1: Plugin Download and install Download the plugin and install it from the WordPress Plugin Directory and Activate Step 2: Configure in WooCommerce Payments page Goto WooCommerce account Settings and click the Checkout/Payment Gateways tab. Click on Razorpay to edit the settings. Enable the Payment Method, name it Credit Card…

Read More
Amazon(AWS) Email PHP showcase 

How to integrate AWS SES with PHP – PHPMailer

In this article we will look in to, how to implement amazon AWS SES (simple email service) in PHP using PHPMailer library. Register with AWS Step 1: Register with AWS and verify your primary email. If you are a new user then by default AWS will give you limited access as an SES sandbox account. this might be enough for testing. But when you want to deploy the application in production then it will be a bit difficult, so after testing, request for production where you will get much more…

Read More
paykun node js integration Node JS Payment Gateway 

Paykun Payment Gateway Integration with node.js

paykan payment is the simplest way of collecting online payments. Its really like new startups and building products globally. Follow below Steps to Integrate paykun payment gateway in node.js. #1 Step: Generate Access token and API Secret : You can generate Or Regenerate Access token and API Secret from login into your paykun payment admin panel, Then Go To Settings -> Security -> API Keys. There you will find the generate button if you have not generated an API key before. If you have generated API key before then you…

Read More
OpenCart Payment Gateway PHP 

PayKun Payment Gateway Integration in OpenCart

PayKun is the simplest way of collecting online payments. Its really like new startups and building products globally. Follow below Steps to Integrate payKun payment gateway in OpenCart . #1 Step: Generate Access token and API Secret : You can generate Or Regenerate Access token and API Secret from login into your paykun admin panel, Then Go To : Settings -> Security -> API Keys. There you will find the generate button if you have not generated api key before. If you have generated api key before then you will…

Read More
Email PHP 

How to enable domain to send mail through PHP mail() script in CPanel

Yes! we faced this problem many times because previously in CPanel through PHP mail() function you could send mail within a domain. for example, using mail() script you could have sent mail from abc@getcodify.com to xyz@getcodify.com but now if your hosting company has enabled third-party mail delivery through PHP mail() script then you have to follow one simple step to send emails from your PHP mail script to third-party mail services like Gmail, Yahoo or outlook. After creating your email with your domain name you have to register the email which…

Read More
Integration Payment Gateway 

How to Integrate instamojo to opencart

First download the Instamojo Payment gateway plugin from opencart extension marketplace. Click here to Download (NOTE: please download only the desired version of plugin according to the opencart version installed) Then, if you have setup the FTP setting in opencart settings panel, Then You can GOTO->Extensions->Extensions Installer and upload the instamojo zip file there. If you have no setup the Ftp settings in open then. GOTO you cpanel/you desired the place where opencart is installed and just copy the content like (admin/catalog/system) folder in opencart root directory. After successful copy/install in admin Panel GoTo ->Extensions->there filter…

Read More