MySql CRUD is simple and easy to use script that can be implemented on any kind of application. CRUD is nothing but a group of operations i.e. create, read, update and delete records that we perform when our application gets interacted with database. So, for performing these operations we have created a simple input form …
Continue reading “Simple MySql CRUD In PHP”
Its a clean jQuery pop up contact form that is created using PHP. In this script we have created a bunch of jQuery form. With these attention grabber forms on your website, you can collect your visitor’s email addresses. It is very simple to setup. We have used latest CSS3 animations with proper field validations …
Continue reading “jQuery Popup Contact Form Script”
A contact management app is something that helps you to easily store and find the contact information, such as names, addresses and telephone numbers. It is contact-centric database that provide a fully dynamic approach to add, update, remove, print and export all user information and communication activities linked to contacts. Contact Management App key features : This …
Continue reading “PHP, jQuery, Ajax Based Advance Contact Form”
Now Why Email Attachments are Important..??? As business grows larger, its need to facilitate the flow of information between workers grows. Colleagues and Supervisors need to access documents and keep the data up-to-date in order to complete collaborative tasks. Email Attachments is one way to accomplish this sharing of data. We know sending a simple text email using mail() …
Continue reading “Send Multiple Attachment In Email Using PHP”
MX-Record is also known as mail exchanger record (MX record). It is a type of record in the Domain Name System that points out to a mail server which is responsible for accepting email messages on behalf of a receiver domain. An MX Record is a perfect(Route-Map) address of any domain(usually Email Receiver). So, when a …
Continue reading “Check Email MX Record Using PHP”
In today’s scenario, Disposable Emails have arisen a bigger problem for all websites runner. It seems very hard to identify the Temporary or Disposable email addresses because… …they register with a valid id(valid for small time spam) in our website. Disposable Emails: Emails which are generated for small time duration with a valid domain address… How …
Continue reading “Disposable Email Address Checker Using PHP”
If you want to send emails to a specified list of subscribers to a specific date or time, “Drip Emailing” is a solution. MailGet is an automated email marketing tool in which you can integrate via Mailgun SMTP/ API and send Schedule Emails or Drip emails. In this blog, we are explaining how to configure a drip …
Continue reading “Drip Email in Mailgun Using PHP”
Stunning.! sending Emails in just a few steps. Amazing to see.! How to configure Mailgun API in your web application and send Email through it. Mailgun: – Mailgun is an Email automation service. It has a very powerful sets of inbuilt functions for sending, tracking or receiving emails. Developers can process their email with the help of …
Continue reading “Send Email Via Mailgun API Using PHP”
Hey, Folks! In this blog post, we’re going to learn email list management in Outlook account by importing Microsoft live contacts. Microsoft has a centralized system. They have a dedicated service for each feature. For example, PEOPLE service for Contacts, Mail for emailing etc. It doesn’t matter which kind of Microsoft account you are logged in, …
Continue reading “Insert Contacts In Outlook Using PHP”
Mandrill allows users to send transactional emails at low cost along with enhanced inbox deliverability. This makes Mandrill SMTP an ideal choice for developers for sending emails for their applications. In this tutorial, we are going to cover, how you can use Mandrill in your PHP application along with PHPMailer for sending emails. Before I …
Continue reading “Send Email via PHPMailer and Mandrill’s SMTP”
This tutorial is all about how we can fetch email contacts from Postmark API. Let me tell you first that this tutorial is not for beginners. If you don’t know how to configure Postmark API in your PHP program, then follow this link Send Email via PostMark API using PHP. I hope you learn well …
Continue reading “Export Postmark Contacts Using PHP”
Hey, Folks! In this blog post, we’re going to learn how to manage email list by exporting Microsoft live contacts in a CSV file. Microsoft has created a synchronized system. All the contacts saved in any Microsoft service will get save in a single place, i.e., PEOPLE service offered by Microsoft. It doesn’t matter which service …
Continue reading “Export Hotmail/Live/Outlook Contacts Using PHP”
This tutorial demonstrate you how to do a proper email list management by exporting your Mailjet contacts. After inserting your Mailjet API key and Secret key, all the contacts from different contact list will be displayed. Here we have used dummy Mailjet API key and Secret key for exporting contacts from Mailjet account. If you want …
Continue reading “Export Mailjet Contacts Using PHP”
Hello! This post is all about saving the google contacts in your google account, there is no library used in this script code. This script is totally based on curl function and also integrated with google application(Google OAuth). On running this script user will get a contact form asking for some field to be inserted, which …
Continue reading “Insert Contacts in Gmail Using PHP”
Hey, Folks! In this blog, we’re going to learn a smarter way of managing email list. We will tell you how to import a contact in user’s yahoo address book from an external application. We’re going to use Yahoo’s Contact API to achieve this goal. You can take a reference from our previous blog that …
Continue reading “Insert Contacts in Yahoo Using PHP”
SendGrid is a transactional email delivery and management service. It provides a cloud-based email delivery service and handle all the heavy lifting involved in sending messages and getting them delivered. We are going to use SendGrid API for sending emails. SendGrid-PHP library helps you in a quick SMTP setting to send emails through SendGrid using …
Continue reading “Send Email Via SendGrid API Using PHP”
Use MailGet – email service provider for Sending Emails, just connect and send emails with Postmark API or SMTP services. Postmark API/SMTP integration in your web application can help you to send and track your emails. It replaces SMTP (or Sendmail) with a far more reliable, elastic and care-free environment. In fact, we can get …
Continue reading “Send Email via Postmark API Using PHP”
Use MailGet – email service provider for Sending Emails, just connect and send with MailJet API or SMTP services. In this blog, I am going to explain an easy way of API/SMTP configuration to send an email using Mailjet. Emailing has become a powerful medium for companies to communicate with their clients. The most difficult task for …
Continue reading “Send Email via Mailjet API Using PHP”