使用flowable发送邮件服务,特别方便。使用方法如下:

flowable 使用mailService发送邮件

1、mailTask属性配置:

flowable 使用mailService发送邮件

1、flowable 配置:

flowable:
  activity-font-name: \u5B8B\u4F53
  label-font-name: \u5B8B\u4F53
  annotation-font-name: \u5B8B\u4F53
  check-process-definitions: false
  mail:
    server:
      host: smtp.exmail.qq.com
      port: 587
      default-from: 改成发件人邮箱地址
      username: 发件人邮箱地址,如果和上面属性设置不一致会出现501 mail from address must be same as authorization user
      password: 邮箱授权码,不是邮箱密码;设置方法可参考各个邮箱设置,我用的是腾讯企业邮箱,设置方法如下:

flowable 使用mailService发送邮件就这么简单

相关文章:

  • 2021-08-29
  • 2021-12-16
  • 2021-11-15
  • 2021-06-20
  • 2021-12-08
  • 2022-03-07
  • 2021-07-25
猜你喜欢
  • 2021-08-21
  • 2021-11-29
  • 2021-11-28
  • 2021-11-28
  • 2021-09-19
  • 2021-05-26
相关资源
相似解决方案