fluffydiscord/nette-proxy-mailer

There is no license information available for the latest version (1.0.1) of this package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/fluffydiscord/nette-proxy-mailer

1.0.1 2025-10-06 12:03 UTC

This package is auto-updated.

Last update: 2025-10-06 12:04:09 UTC


README

extensions.neon

extensions:
    # needs to be last
    proxyMailer: ProxyMailer\Extension\ProxyMailerExtension

proxyMailer:
    endpoint: 'required, full URL'
    basic_auth_user_password: 'username:password'
    referer: 'https://mydomain.com'
    
    #optional
    host: ''
    username: ''
    password: ''
    security: ''
    port: ''