Bonjour tout le monde,
J'ai besoin de votre aide SVP.
J'ai un problème de configuration de swiftmailer symfony3 , dans le hébergeur cck (Khawarizmi-Center Centre de formation).
parameters:
database_host: host
database_port: null
database_name: data1
database_user: data1
database_password: *******
mailer_transport: smtp
mailer_host: smtp.rnu.tn
mailer_user: maile@***
mailer_password: *****
secret: *******
config:
# Swiftmailer Configuration
swiftmailer:
transport: "%mailer_transport%"
port: 465
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }.
AVEC l'Hébergeur m'a envoyer le document suivant pour essayer de configurer swiftmailer
document
Mais rien ne fonctionne , aidez moi svp , c'est urgent
Partager