Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T05:25:23.000Z (9 months ago)
- Last Synced: 2024-10-14T05:42:00.886Z (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.
![2](https://github.com/web-dev-nav/Bulk-Email-Manager/assets/110724391/1df59bff-155a-4576-8709-afff22c40d80)
# 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.
![image](https://github.com/web-dev-nav/Bulk-Email-Manager/assets/110724391/78fdf381-058e-4ac5-b86d-e0727f3ff3e0)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/