BUG Creation Alias sur Email PRO avec API
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

BUG Creation Alias sur Email PRO avec API

by
GillianL
Created on 2017-05-21 13:27:10 (edited on 2024-09-04 12:02:03) in Domaines et DNS

Bonjour,

Il y a un bug dans l'api : /email/pro/{service}/account/{email}/alias

Pour un string attendu :

$ovh->post('/email/pro/xxx/account/xxx/alias', array(
'alias' => 'mon_alias',
));

fonctionne parfaitement alors que :

$ovh->post('/email/pro/xxx/account/xxx/alias', array(
'alias' => $mon_alias,
));

ne fonctionne pas (sachant que $mon_alias = 'mon_alias')

Merci d'avance de régler cela,

Cordialement,


Replies are currently disabled for this question.