Author Topic: Integration with PeopleSoft Application  (Read 2714 times)

Offline morgande

  • Newbie
  • *
  • Posts: 1
Integration with PeopleSoft Application
« on: October 30, 2019, 01:50:42 PM »
I'm trying to setup Roundcube to use as a test smtp server for a PeopleSoft application. I can successfully login to Roundcube at http://127.0.0.1/roundcube. However, my connection from PeopleSoft is failing.

Here is my setup in the Roundcube config file...
$config['default_host'] = 'ssl://imap.gmail.com';
$config['smtp_server'] = 'smtp.gmail.com';
$config['smtp_port'] = 25;
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';

Here is my setup in the PeopleSoft config file...
SMTPServer=127.0.0.1
SMTPPort=25
SMTPUseSSL=N - tried toggling this to Y and still no dice
SMTPUserName=<gmail username>
SMTPUserPassword=<gmail password>

Here is the error message that I receive in PeopleSoft...
Quote
Wed Oct 30 11:34:42 MDT 2019 DEBUG MCFJEMAIL: Initiating SMTP connection with  primary server: '127.0.0.1' port '25' user '<gmail username>'
Wed Oct 30 11:34:42 MDT 2019 DEBUG SMTP: useEhlo true, useAuth true
Wed Oct 30 11:34:42 MDT 2019 DEBUG SMTP: trying to connect to host "127.0.0.1", port 25, isSSL false
Wed Oct 30 11:34:43 MDT 2019 DEBUG MCFJEMAIL: Failed connecting to primary server: '127.0.0.1' port '25' user '<gmail username>'
Wed Oct 30 11:34:43 MDT 2019 DEBUG MCFJEMAIL: Secondary server is null.
Wed Oct 30 11:34:43 MDT 2019 DEBUG MCFJEMAIL: Could not send email.

Any ideas? Thanks for the help.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Integration with PeopleSoft Application
« Reply #1 on: October 30, 2019, 02:58:26 PM »
Roundcube isn't a SMTP server or proxy. If your using gmail for the email account just connect the other application directly to gmail.