md-riaz/MailCamp-Larafony
MailCamp is a multi-tenant mail campaign manager built on Larafony MVC. Each organization configures its SMTP (host, port, encryption, credentials). Auth supports user login/register with role-based access. Admins design mail templates (HTML + vars), import recipients, and launch campaigns
Platform-specific configuration:
{
"mcpServers": {
"MailCamp-Larafony": {
"command": "npx",
"args": [
"-y",
"MailCamp-Larafony"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...