Provides OvhCloud integration for Symfony Notifier.
OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_clause=NO_STOP_CLAUSE
where:
APPLICATION_KEY
is your OvhCloud application keyAPPLICATION_SECRET
is your OvhCloud application secretCONSUMER_KEY
is your OvhCloud consumer keySERVICE_NAME
is your OvhCloud service nameSENDER
is your sender (optional)NO_STOP_CLAUSE
setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)