Setup Amazon SES Account – Send Cheaper Emails

MailGet is basically an application through which you can send bulk emails by connecting with any SMTP.  In this documentation, we’re going to see the steps that are needed to create an Amazon SES account. Once you have created Amazon SES account, you will get Amazon SES credentials namely “Access Key ID” and “Secret Access Key”, which you will …

Amazon SES Email Client: Send Emails 100X Cheaper with MailGet

We used to spend huge amount of money on email marketing. Till last month, we used to pay nearly $395 every month for email marketing services. We thought this should change and thats when we decided to build MailGet. MailGet – Email Service Provider is an Amazon SES email client that use Amazon SES for email sending. MailGet is …

CodeIgniter Calendar Class For Creating Dynamic Calendar

In this tutorial we are going to explain an example, which shows how to use CodeIgniter’s Calendar class which enables you to create dynamic calendars. By using calendar template you can format the calendars in your own way as it gives 100% control over every aspect of its design. To load calendar library use: Syntax: $this->load->library(‘calendar’); You …