https://github.com/web-dev-nav/bulk-email-manager
Built with CodeIgniter use MailJet Markting API to send builk email at once
https://github.com/web-dev-nav/bulk-email-manager
api-integration bulk bulk-email codeigniter email-campaigns email-marketing email-notification email-sender email-sending email-templates integration mailjet-marketing-api mailjet-sdk php-framework
Last synced: 3 months ago
JSON representation
Built with CodeIgniter use MailJet Markting API to send builk email at once
- Host: GitHub
- URL: https://github.com/web-dev-nav/bulk-email-manager
- Owner: web-dev-nav
- License: mit
- Created: 2024-03-31T04:14:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T05:25:23.000Z (over 1 year ago)
- Last Synced: 2025-03-22T12:42:15.789Z (3 months ago)
- Topics: api-integration, bulk, bulk-email, codeigniter, email-campaigns, email-marketing, email-notification, email-sender, email-sending, email-templates, integration, mailjet-marketing-api, mailjet-sdk, php-framework
- Language: JavaScript
- Homepage:
- Size: 62.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Bulk Manager
## What is it?
Built with CodeIgniter use MailJet Markting API to send builk email at once.

# Config
## Setup database
1. Create Phpmyadmin database and Import the SQL/ sql file.
2. Change config inside .env (Hidden) or rename to add (dot) before env: .env```php
database.default.hostname = localhost
database.default.database = u957918675_bulk_mailer
database.default.username = u957918675_bulk_mailer
database.default.password = |PjgwW|w4hI
```# Signup for Mailjet Account
1. Click here to signup for Mailjet: https://app.mailjet.com/signin
2. Once account created, verify domain from which you would like to send emails. This is the sender domain that will be shown at the recipent inbox.
4. Create API key and add verified domain on .env
```php
MAILJET_API_KEY = f054e3c11db371956bdacd_KEY
MAILJET_API_SECRET = e48f6971d67a5dc117224ec_SECRET
MAILJET_SEND_MAIL = [email protected] //VERIFIED DOMAIN
MAILJET_COMPANY_NAME = Itmonk // YOUR FIRM NAME
```# Extra Infromation
By default it using Mailjet free API to send emails. How many email you can send at once can be find here: https://www.mailjet.com/pricing/ or https://dev.mailjet.com/email/reference/overview/rate-limits/
Please note: The system still require futher developement if you are a developer you can find API documentation here: https://dev.mailjet.com/email/guides/send-api-v31/ OR https://dev.mailjet.com/email/reference/