Sending email to external users?

The Send Mail function in Nuxeo only allow to send to the internal users. Is there any way to allow to enter an external address without having to add this as a user?

0 votes

1 answers

4704 views

ANSWER

Hi, can you explain your use case. Nuxeo use behind to send emails the java mail library, and of course we can send email to external users.
09/22/2011



There is no standard way in the default Nuxeo DM application, but it's easy to code one using in particular the Notification.SendMail operation, see http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewOperation/Notification.SendMail

1 votes