email_txt="The document %s\nTitle: %s\nAuthor(s): %s\n\nhas been correctly received\n\n"%(fullrn,m_title,m_author)
# The user is either informed that the document has been added to the database, or sent for approval
ifparameters['status']=="APPROVAL":
email_txt=email_txt+"An email has been sent to the referee. You will be warned by email as soon as the referee takes his/her decision regarding your document.\n\n"
elifparameters['status']=="ADDED":
email_txt=email_txt+"It will be soon added to our Document Server.\n\nOnce inserted, you will be able to check the bibliographic information and the quality of the electronic documents at this URL:\n<%s/record/%s>\nIf you detect an error please let us know by sending an email to %s. \n\n"%(CFG_SITE_URL,sysno,CFG_SITE_SUPPORT_EMAIL)
email_txt=email_txt+"Thank you for using %s Submission Interface.\n"%CFG_SITE_NAME