Save sent email with IMAP

Hi to everybody!
I have a question for you about sending email with the macro sc_mail_send.
When i sent an email, i don’t se its on the imap server. Why? There is something to do for save them?
Thank you!

Michele

I’m not sure if imap_append can be used with sc_mail_send. There are several ideas here about how to accomplish this with different mail functions/programs: http://php.net/manual/en/function.imap-append.php

Sending mail goes via SMTP, so it is outgoing if your user/password for the smtp server is correct.
The imap server is the receiving server. So it should arrive there (if your settings and user/password settings for the imap server are correct).