home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysuser / webmail / sendmail.stm < prev    next >
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  32 lines

  1. <RCif RCEloggedin ! true>
  2. <RCinclude /sysuser/webmail/sendfail.stm>
  3. <RCexit>
  4. <RCendif>
  5.  
  6. <RCXmailverify>
  7. <!--- use the signature defined by the user or a default one --->
  8. <RCif RC$prepend ! null>
  9.     <RC$mimetype = text/html>
  10. <RCelse>
  11.     <RC$mimetype = text/plain>
  12.     <RCif RCPsignature ! null>
  13.         <RC$append1 = _______________________________________________________>
  14.         <RC$append2 = RCPsignature>
  15.         <RCendif>
  16.     <RC$append = RC@sprintf("%s\n%s\n", RC$append1,RC$append2)>
  17. <RCendif>
  18.  
  19. <RCif RCPsignature ! null>
  20.     <RCXmailto to=RC$to from=RC$from cc=RC$cc bcc=RC$bcc sentbcc=RC$sentbcc subj=RC$subj mimetype=RC$mimetype body=RC$body prepend=RC$prepend append=RC$append attach=RC$attach filename=RC$filename attach2=RC$attach2 filename=RC$filename.2 attach3=RC$attach3 filename=RC$filename.3>
  21. <RCelse>
  22.     <RCXmailto to=RC$to from=RC$from cc=RC$cc bcc=RC$bcc sentbcc=RC$sentbcc subj=RC$subj mimetype=RC$mimetype body=RC$body prepend=RC$prepend attach=RC$attach filename=RC$filename attach2=RC$attach2 filename=RC$filename.2 attach3=RC$attach3 filename=RC$filename.3>
  23. <RCendif>
  24. <RCif RC$msgno > 0 and RC$mtype = replyto>
  25. <RCXmailstatus msgno=RC$msgno action=answer folder=RCSfolder>
  26. <RCendif>
  27. <SCRIPT language="JavaScript">
  28. <!--
  29. window.close();
  30. //-->
  31. </SCRIPT>
  32.