Re: SMTPS Throws Error

2021-05-19 Thread Andrea Cosentino
Hello, If you are using Fuse from Red Hat, you should ask to the Red Hat support. Cheers -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thurs

Re: SMTPS Throws Error

2021-05-19 Thread Mike Oliver
Claus, H ok trying to use google-mail component with the following context. http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 https://www.osgi.org/xmlns/blueprint/v1.0.0/bluepr

Re: SMTPS Throws Error

2021-05-19 Thread Mike Oliver
Thanks, Actually I need to send to a gmail account. the Google Mail component is likely the way to go, but requires dealing with OAuth so new territory. Mike Mike *Mike Oliver** Founder**, Open 4 Business Online* Tel: +1(951)260-0793 | Mobile:**NEW* 639479927462 US Toll free: 1-800-985-4766

Re: SMTPS Throws Error

2021-05-18 Thread Claus Ibsen
Hi Sending emails to google mail, via smtp is likely harder than trying to use the camel-google-mail component. If you need a test email server, then you can find smtp mail servers you can run as docker containers to use for testing purposes. On Wed, May 19, 2021 at 2:40 AM Mike Oliver wrote: >