cancel
Showing results for 
Search instead for 
Did you mean: 

How to send email via IMAP?

upforsin
Star Collaborator
Star Collaborator

Hello,

I successfully configured IMAP, it is working with Thunderbird. But how can I send messages to another Alfresco users? I tried to set "Outgoing Server" in Thunderbird to Alfresco's domain but it does not work.

I know I can connect it to my personal account and from there I can send emails but how can I send emails to Alfresco users? (whose emails only exists on the Alfresco platform)

howkymike
Alfresco Developer
1 ACCEPTED ANSWER

IMAP is a mailbox protocol. It does not (natively) support sending mail, only accessing it. In order to send mail you must use SMTP.

Hyland Developer Evangelist

View answer in original post

6 REPLIES 6

angelborroy
Community Manager Community Manager
Community Manager

You could use SMTP configuration to send emails.

Hyland Developer Evangelist

Yeah, now I'm using SMTP to connect to my personal account on Gmail and send emails from there. But how can use SMTP to connect to the Alfresco's domain?

I have configured Outbound SMTP configuration properties but it only allows my to send email outside the Alfresco.

Ideally, I want the same settings for Inbound and Outbound email. (I need to be able to communicate only with the Alfresco users, their emails should not exist outside the domain)

howkymike
Alfresco Developer

IMAP is a mailbox protocol. It does not (natively) support sending mail, only accessing it. In order to send mail you must use SMTP.

Hyland Developer Evangelist

Thank you.

That is what I was afraid to acknowledge...

howkymike
Alfresco Developer

mehe
Elite Collaborator
Elite Collaborator

I'm not shure if I get youre Intention... you want to send EMails from Alfresco to youre Alfresco Users? Where should the Mails appear in Alfresco?
You can achieve anything, if you Setup an external SMTP mailer and some scripts...

upforsin
Star Collaborator
Star Collaborator

Yes, that is my intention. Every Alfresco user should be able to send an email to another Alfresco user.

I though emails could be shown in the Thunderbird client or Alfresco Share (I can create a custom dashlet)

howkymike
Alfresco Developer