Author Topic: Can my PHP programs send a message through Roundcube?  (Read 2914 times)

Offline Mark Dixon

  • Newbie
  • *
  • Posts: 1
Can my PHP programs send a message through Roundcube?
« on: December 22, 2010, 05:42:31 PM »
I'm interested in using Roundcube to add a mail client functionality to my PHP applications, but sometimes I need a way for the PHP app to send a message, and while I can use mail() to do that, it won't show up in Roundcube and then I've got two separate message streams going.  Is there a straightforward way for my PHP apps to send a message through Roundcube?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Can my PHP programs send a message through Roundcube?
« Reply #1 on: December 23, 2010, 06:05:47 AM »
It's not what RoundCube was designed for, it would be better to use a different php library.