is there a way to pass the NOTIFY option to the CURLOPT_MAIL_RCPT option ? My goal is to achieve something like that : RCPT TO: <foo@bar> NOTIFY=SUCCESS,FAILURE If I pass the option directly after my recipient, there's a bracket that is inserted at the end, that cause an issue...