Email System

Send emails, newsletters, and notifications. Let users know about new features, updates, and more.

@Injectable()
export class TestService {
  constructor(private readonly mailService: EmailHelperService) {}
 
  async sendWelcomeEmail({ user }: Args) {
    await this.mailService.send({
      to: user.email,
      subject: 'Welcome to Our Platform! 👋',
      message: "We're excited to have you on board!",
      previewText: 'Welcome to your new account',
      user,
    });
  }
}

Email Template

Customize Your Emails

Change colors, add images, and customize your email content with ease. Make your emails stand out.

React & TailwindCSS
Build emails without <table/> tags. Keep your emails responsive and beautiful.
Settings in AdminCP
Change email logo, colors, and more. Customize your email template to fit your brand.
Multilingual Support
Send emails in multiple languages. Reach a global audience with ease.
Email template preview

Multiple Providers

Choose the Best for You