Hi,
I have to develop in a database the option of sending email (no problem) but I have also to keep a copy in the mailbox of the user who send the mail. I can do it but I always get the messagebox “A new mail has arrived” what can I do to avoid that?
Thanks
Willette Jean-Michel
Subject: Send an email from a database and keep a copy in the MailBox
I’m reading your post as saying that you have an application db from which users send mail, and you’re cc-ing the sender? You’ll want to rewrite your code to create the new document in the sender’s mailfile instead of mailing it. (And you’ll want to tag it as sent mail as well.)