Files
CRM/customerportal
BACHIR SOULDI 2a647b138a feat: Enhance email functionality and PDF generation for Sales Orders
- Enabled SMTP debugging in PHPMailer for better error tracking.
- Added a "Test send email" link in the Inventory Detail View for quick email testing.
- Implemented automatic PDF generation and email sending upon Sales Order creation.
- Created a new action for sending Sales Order emails with attached PDFs.
- Added a new AJAX action for testing outgoing email server configurations.
- Updated outgoing server settings to use new SMTP credentials.
- Improved email templates for better user experience.
- Added test scripts for validating PDF generation and email sending.
2026-02-17 15:59:31 +01:00
..
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00
2025-09-28 08:49:37 +01:00

#Vtiger CRM Customer Portal

##Pre-requisites

  • Enable php cURL extension.
  • Write permission for webserver (Apache) process owner on writeable folder.
  • Vtiger CRM 7.1.0 with CustomerPortal module enabled.

##Installation

  • Copy config.sample.php to config.php
  • Update config.php variales
    • crm.url — Vtiger CRM URL fully qualified.
    • portal.url — URL of this application.
  • Make sure crm.url is reachable from this server.