Closed fedekrum closed 4 years ago
Late but, just use...
// your connection...
$domainRecord = $digitalocean->domainRecord();
// domain, type, name_record, data_record, priority (priority is unecessary)
$created = $domainRecord->create( 'mydomain.com', 'MX', '@', 'alt5.aspmx.l.google.com.', '3' );
Hi...more than an issue is a favor !!!
Can you put on the main page an example of adding a MX record to a domain? I can't make it work.
Thanks