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
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
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
sendinblue logo C#(cSharp) Email Integration PHP 

How to Integrate Sendinblue Transactional Email

Send in Blue is one of the good campaign, Marketing, and Transactional Email integration system. Features of Send in Blue are: In Free Service only You Can Send 9000 emails/Month and there is no contacts limit to send (can send to 9000 unique contacts). Per day you can send 300 Email and 40 emails /hr, this may increase/decrease based the reputation you get from sendinblue. it is purely judge based on the emails you send. This all above is applicable if you are using a free version, if it’s an upgraded…

Read More