Should sendmail be installed? I have $mail_sendmailpath instead pointing to
where I unzipped the phpmailer files from the GitHub site. All the other
parameters are filled out to go through the same place scan to email uses
on our printers.

I changed debug level to 2 in the mail section and can see it
authentication with the SMTP server. It even says message was queued for
delivery.

I've gone through both configuration pages several times. I must not be
understanding it correctly. I'm trying to use an outside SMTP server to
relay the email. Is phpmailer trying to send it from the SSP server it is
installed on or is it supposed to send using the configuration in the mail
section of the SSP config file? Like when using telnet to test SMTP, this
is how I'm using it.

On Dec 9, 2016 4:40 AM, "Clément OUDOT" <clem.ou...@gmail.com> wrote:

> 2016-12-09 0:07 GMT+01:00 Lee Phillips <hitmandream...@gmail.com>:
> > Thanks for baring with me...looks like I set a log file without
> remembering
> > it. That has been resolved but still isn't sending the email/text. Turned
> > debugging on and get this:
> >
> > CLIENT -> SERVER: EHLO 192.168.1.172
> > CLIENT -> SERVER: STARTTLS
> > CLIENT -> SERVER: EHLO 192.168.1.172
> > CLIENT -> SERVER: AUTH LOGIN
> > CLIENT -> SERVER: dXRpbGl0eUBzdWxsaXZhbmdyb3VwLmNvbQ==
> > CLIENT -> SERVER: U3dpc3NBcm15S25pZmUh
> > CLIENT -> SERVER: MAIL FROM:<s...@company.com>
> > CLIENT -> SERVER: RCPT TO:<t...@company.com>
> > CLIENT -> SERVER: DATA
> > CLIENT -> SERVER: Date: Thu, 8 Dec 2016 17:47:22 -0500
> > CLIENT -> SERVER: To: t...@company.com
> > CLIENT -> SERVER: From: Self Service Password <s...@company.com>
> > CLIENT -> SERVER: Reply-To: Self Service Password <s...@company.com>
> > CLIENT -> SERVER: Subject: Provider code
> > CLIENT -> SERVER: Message-ID:
> > <4ae994389e42e167ef38b46ae5604f9e@192.168.1.172>
> > CLIENT -> SERVER: X-Priority: 3
> > CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.16
> > (https://github.com/PHPMailer/PHPMailer)
> > CLIENT -> SERVER: MIME-Version: 1.0
> > CLIENT -> SERVER: Content-Type: text/plain; charset=utf-8
> > CLIENT -> SERVER:
> > CLIENT -> SERVER: Your password reset token is: 123456
> > CLIENT -> SERVER:
> > CLIENT -> SERVER: .
> > CLIENT -> SERVER: QUIT
> >
> > From the looks of it, it is trying to use the localhost IP of the SSP
> server
> > and not the SMTP address used in the $mail_smtp_host variable in
> > config.inc.php. Which would explain why the email never goes out.
>
>
> Maybe you miss some mail configuration, check all mail parameters:
> http://ltb-project.org/wiki/documentation/self-service-
> password/latest/config_mail#phpmailer
>
> See also: https://github.com/PHPMailer/PHPMailer
>
>
> Clément.
> _______________________________________________
> ltb-users mailing list
> ltb-users@lists.ltb-project.org
> http://lists.ltb-project.org/listinfo/ltb-users
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to