mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.09k stars 314 forks source link

Feature Request: Add dkim_host_name and dkim_selector options to domains()->create() method #907

Closed creamailer-ape closed 2 weeks ago

creamailer-ape commented 4 months ago

Hello Mailgun PHP client team,

First off, thank you for your hard work on the Mailgun PHP client. It's been incredibly useful.

I noticed that the domains()->create() method includes many configurable options, which is great. However, it appears that the options dkim_host_name and dkim_selector are not currently supported. These options are available in the Mailgun API as documented here: Mailgun API Reference - Create Domain.

Could you please let me know if there are any plans to include these options in an upcoming release? Adding these would greatly enhance the functionality for users needing detailed DKIM configurations directly via the PHP client.

Thank you for considering this enhancement.

Best regards,

Arto

oleksandr-mykhailenko commented 2 weeks ago

Hello @creamailer-ape We've added those params into the method

Thank you and have a nice day

creamailer-ape commented 2 weeks ago

Awesome! Thank you.