Connect librebooking to email application #799
Unanswered
patrickpetit1412-del
asked this question in
Q&A
Replies: 1 comment
-
I have a Gmail account connected to LibreBooking, it is necessary to create a password for the application and configure the Email Sending (PHPMailer) section in config.php: Options: mail, smtp or sendmail'mailer' => 'smtp', SMTP host address or IP'smtp.host' => 'smtp.gmail.com', SMTP port'smtp.port' => 465, SMTP encryptionOptions: tls, ssl'smtp.secure' => 'ssl', Enable SMTP authentication (true/false)'smtp.auth' => true, SMTP username'smtp.username' => '[email protected]', SMTP password'smtp.password' => 'password for the application', Path to sendmail binary'sendmail.path' => '/usr/sbin/sendmail', Enable SMTP debug output (true/false)'smtp.debug' => false, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I planned to connect directly librebooking to gmail.
To test, I first installed Mailtrap and activate librebooking logs. It appears that librebooking use CRAM-MD5 as authentication type and this is not configurable. This authentification type is not compatible with mailtrap and it looks not compatible with Gmail....
So I would liké some advise to connect librebooking with an gmail adress.
Is anyone succeed to connect directly to gmail?
Shall I use any other email application? Which one? Thunderbird? Other?
Tks for your help.
Beta Was this translation helpful? Give feedback.
All reactions