OX API Sent E-mail

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • griga
    Junior Member
    • May 2012
    • 2

    #1

    OX API Sent E-mail

    Can I do this?:
    With some web interface should convey information and log in to OpenxChange. That is, user clicks on a link to the OX, gets to the "send e-mail", where all fields are filled (to, subject, content).
  • Viktor Pracht
    Open-Xchange Developer
    • Feb 2007
    • 253

    #2
    Yes.
    See Form Login for details on logging in users from external pages.
    For filling the popup window, you could create a GUI plugin which retrieves the information from somewhere (URL, web server, ...) and opens the mail window using ox.api.mail.compose() (see js/api.js in the GUI source for details).

    Comment

    • griga
      Junior Member
      • May 2012
      • 2

      #3
      Виктор, можно ли с вами как-нибудь связаться?(емэйл скайп)

      Comment

      Working...
      X