Setting up emailing patients in Synapse

Discussion in 'Setup & Installation' started by Jason, May 13, 2015.

  1. Jason

    Jason Developer / Handyman Staff Member

    Main settings seem to be here:
    synapse.email.settings.user.email.jpg
    Mail server:
    email username:
    email password:
    reply-to email:
  2. Jason

    Jason Developer / Handyman Staff Member

    upload_2015-5-13_13-0-42.png
    probably wrong password

    Works with the correct password
    upload_2015-5-13_13-17-31.png
    Last edited: May 13, 2015
  3. Jason

    Jason Developer / Handyman Staff Member

    Here were my suggested email settings from my host.
    synapse.justhost.com.jpg

    Neither seem to work.
    I can configure email clients to work with the above settings.
  4. Jason

    Jason Developer / Handyman Staff Member

    I am using the test email settings button.

    upload_2015-5-13_14-3-26.png
  5. Graham

    Graham Developer Staff Member

    I did write an article on how to setup email from Synapse .. where did I publish it??
  6. Graham

    Graham Developer Staff Member

  7. Jason

    Jason Developer / Handyman Staff Member

    synapse.email.gmail.com.works.jpg

    Gmail worked well.
    My settings are as above and the email I received is below.
  8. Graham

    Graham Developer Staff Member

    So, gmail works, but nothing else works?
  9. Jason

    Jason Developer / Handyman Staff Member

    I cant get gmail to work now.
    They've changed things.


    Email failed with

    make object! [
    code: 800
    type: 'user
    id: 'message
    arg1: {Server error: ssl 535-5.7.8 Username and Password not accepted. Learn more at}
    arg2: none
    arg3: none
    near: [smtp-port: open [scheme: 'ssmtp]
    either only
    ]
    where: none
    ]
  10. Graham

    Graham Developer Staff Member

    More than likely they have switched encryption schemes to one no longer supported by Rebol2.
    I've had to work around that.
    Jason likes this.
  11. Jason

    Jason Developer / Handyman Staff Member

    upload_2021-7-16_8-32-26.png

    I had to turn on "Less secure app access"
  12. Jason

    Jason Developer / Handyman Staff Member

    and then they email you that you changed the setting. :)

    upload_2021-7-16_8-35-36.png
  13. Jason

    Jason Developer / Handyman Staff Member

    when I try to send an email via this area:

    upload_2021-7-16_8-49-47.png


    I get 2 message sent dialog boxes and this error.

    upload_2021-7-16_8-49-21.png

    An error occurred in seding the email notification.

    make object! [
    code: 800
    type: 'user
    id: 'message
    arg1: {Server error: tcp 530 5.7.0 Must issue a STARTTLS command first. 75sm3901964qkl.31 - gsmtp}
    arg2: none
    arg3: none
    near: [insert smtp-port reduce [from reduce [addr] tmp]]
    where: none
    ]
  14. Graham

    Graham Developer Staff Member

    so, maybe I need to fix this by creating a bridge between Ren-C (rebol3) and Synapse?

    And that would allow me to do stuff that is now beyond the capabilities of Rebol2.

Share This Page