Implementing the Proton SMTP Bridge

Home Forums Quform PHP Implementing the Proton SMTP Bridge

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34906
    xerof
    Participant

    I have been trying to implement the Proton Bridge for sending SMTP messages. My AWS SES works just fine, but I just cannot get Proton Bridge to work. It might be the security parameter, in my other apps on the same server that uses Proton fine, we use StartTLS, and in one app do not specify this and it works.

    I have used :

    $config[‘smtp’] = array(
    ‘host’ => ‘127.0.0.1’,
    ‘port’ => 1025,
    ‘username’ => ’email@example.com’,
    ‘password’ => ‘xxx’,
    ‘encryption’ => ‘starttls’
    );

    .. and various different variations of this, but n o go.

    Can anyone help ?

    #34910
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy