Author Topic: Custom sent mail confirmation template  (Read 2342 times)

Offline Rob Taylor

  • Newbie
  • *
  • Posts: 1
Custom sent mail confirmation template
« on: July 08, 2010, 03:48:00 AM »
Hi there - we are integrating roundcube with our application andwant to diplsay a custom template 'mytemplate.html' rather than returning to the message list when the mail is sent.

We have tried simply using $OUTPUT->send('mytemplate.html') in the sendmail.inc file - (instead of $OUTPUT->send('iframe.html')) but it will
not display the template - just goes back to the list!

I am new to roundcube, so pretty sure i'm being dim - any help from an
expert would be much appreciated.

Regards,
Rob

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
Custom sent mail confirmation template
« Reply #1 on: July 10, 2010, 03:02:36 PM »
All the sendmail.inc file does it send back if the email was sent or the error that was returned (that way if the email isn't sent the user isn't redirected) you would need to change the javascript in app.js file to forward to a different location.