C cyberda Verified User Joined Oct 20, 2020 Messages 21 Location Spain Sep 14, 2023 #1 Hello: I need to create the DKIM TXT record for the domains. Is it possible to create it using the DirectAdmin API with the correct values? Thank you!
Hello: I need to create the DKIM TXT record for the domains. Is it possible to create it using the DirectAdmin API with the correct values? Thank you!
Richard G Verified User Joined Jul 6, 2008 Messages 13,890 Location Maastricht Sep 14, 2023 #2 This might be the correct one: Version 1.57.2 | Directadmin Docs DirectAdmin Knowledge Base docs.directadmin.com
This might be the correct one: Version 1.57.2 | Directadmin Docs DirectAdmin Knowledge Base docs.directadmin.com
H huglester Verified User Joined Sep 3, 2012 Messages 28 Location Lithuania Sep 22, 2023 #3 ->post('/CMD_API_EMAIL_POP', [ 'json' => 'yes', 'action' => 'set_dkim', 'domain' => $domain, 'enable' => 'Enable DKIM', ]); Click to expand...
->post('/CMD_API_EMAIL_POP', [ 'json' => 'yes', 'action' => 'set_dkim', 'domain' => $domain, 'enable' => 'Enable DKIM', ]); Click to expand...