Selective mail transport driver installation in adonisjs

@epenflow
@epenflow

Does the @adonisjs/mail CLI install all available mail transport by default? installing @adonijs/mail, i only intend to use 3 specific drivers. However, the define_config.d.ts file within the @adonisjs/mail package appears to define configurations for all available mail transport.

Create a free account to join in on the discussion
  1. @tomgobich

    Similar to Lucid, when you configure the AdonisJS Mail package, it'll ask you specifically which drivers you intend to use and it will only install those applicable to your selections.

    0
New Discussion
Topic