Comic Newsletter is a web application that delivers daily comics directly to your inbox. Users can subscribe using their email addresses, and the system ensures secure OTP-based verification. Admins can manage comic content, and newsletters are sent automatically at scheduled intervals.
- Email Subscription: Users can subscribe using their email addresses.
 - OTP Verification: Ensures secure subscription process.
 - Admin Panel: Manage comic content and newsletter settings.
 - Automated Newsletters: Comics delivered automatically at scheduled intervals.
 - Responsive Design: Built with Tailwind CSS for a modern and responsive interface.
 
admin.php: Admin panel for managing comics and settings.config.php: Configuration file for database and email settings.functions.php: Contains helper functions for various operations.index.php: Main page displaying the comic content.login.php: User login page.signup.php: User registration page.database.sql: SQL file for setting up the database schema.
Experience the application live at: dailycomics.infinityfreeapp.com
- 
Clone the repository:
git clone https://github.com/SimpleCyber/Comic-Newsletter.git
 - 
Set up the database using
database.sql. - 
Configure email settings in
config.php. - 
Upload the files to your server.
 - 
Set up a cron job to run the newsletter script at desired intervals.
 
Feel free to fork the repository, submit issues, and create pull requests. Contributions are welcome!