Plead for solution on sending Zimbra emails through Flutter web

Post feedback about our hosted demo or your local install. Tell us what you love and/or what you’d like to see added in the future.
Post Reply
jackshooter
Posts: 2
Joined: Fri Oct 22, 2021 7:14 am

Plead for solution on sending Zimbra emails through Flutter web

Post by jackshooter »

I was tasked for building a CRM using Flutter web. In my CRM website built with Flutter there should be an email service. I was required to use Zimbra as my email service inside the CRM.

Hence, the desperate point is, how to build the functionality to send Zimbra email via Flutter web? Is there any possible that Zimbra enable some features/Zimlets/API for Flutter website to send emails to Zimbra server? How should I do it?

I knew that to send emails in Flutter web we would need to use the 'mailer' package...But...how? . It only supports sending emails via SMTP but I know Zimbra could turn on the SMTP port 465 with:

Code: Select all

#smtps    inet  n       -       n       -       -       smtpd

Code: Select all

#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
in
opt/zimbra/postfix/master.cf
,

and restart it with

Code: Select all

zmmtactl reload
...But how to do that? How to make it done, functionable?...is what I can't find throughout days and nights searching all over the web...

Please, did anyone know how to do this...。゚( ゚இ‸இ゚)゚。
Post Reply