Comment récupérer les identifiant SMTP

Bonjour,

J'aimerais faire un contact form avec vérification SMTP mais je ne trouve pas les identifiants sur mon compte OVH.

Pouvez vous m'aider ?

Un grand merci :wink:


vérification SMTP


Qu'appelez-vous "vérification SMTP"

Vos identifiants SMTP sont ceux d'une des boîtes mail de votre hébergement ; alternativement pour l'envoi de mail depuis un site web vous devriez utiliser l'instruction mail() de PHP (également appelé "sendmail")

Bonjour, merci pour votre réponse.
Voila, je pense avoir besoin de cela dans mon fichier send mail php :
// Hosting SMTP Settings
$smtp_host = 'smtp.example.com';
$smtp_port = 587;
$smtp_username = 'yoursmtpusername@example.com';
$smtp_password = 'yoursmtppassword';


Bonjour, merci pour votre réponse.
Voila, je pense avoir besoin de cela dans mon fichier send mail php :
// Hosting SMTP Settings
$smtp_host = 'smtp.example.com';
$smtp_port = 587;
$smtp_username = 'yoursmtpusername@example.com';
$smtp_password = 'yoursmtppassword';


Avez-vous lu mon message ci-dessus ?

Bonjour, oui merci :wink: je vais faire comme cela…
Un grand merci, toujours au top.
Belle journée à vous