'Is there an option to save sent email with flask-mail?

I'm using the privateemail (Namecheap )as the system email. It's not saving the sent mail in the sent mail box. I've tried to contact Namecheap to ask if there is a setting to save sent mail but got no luck. So, I would like to ask if flask-mail have an option to save sent mail. My current setting:

MAIL_SERVER = 'mail.privateemail.com'
MAIL_PORT = 587

With the Gmail, the sent mail is saved automatically in sent box, but not with the privateemail.

If there is no choice, I will looking for another way to save sent mail by sending it to my personal email or save it on the server as txt file which may slower the server a little bit.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source