SENT FOLDER

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
etsomik
Posts: 1
Joined: Thu Jan 10, 2019 7:39 pm

SENT FOLDER

Post by etsomik »

I am using coldFusion to send emails. But it does not record send in the Zimbra sent folder?
User avatar
jeastman
Zimbra Employee
Zimbra Employee
Posts: 85
Joined: Tue Mar 29, 2016 1:36 pm

Re: SENT FOLDER

Post by jeastman »

The saving of messages in the sent folder is something usually done by the email client, and not the server.

I don't know anything about how you have coldFusion set up to send the email (smtp?), but it would need to also store a copy in the sent folder, if that is what you desire.

As an alternative to smtp for sending the email, you can utilize the Zimbra SOAP API to send the message (see https://files.zimbra.com/docs/soap_api/ ... ndMsg.html). By default, this will store a copy of the email in the user's 'Sent' folder unless it is overridden with the 'noSave' attribute.

Hope that helps.
John Eastman
Post Reply