in reply to Mail::Bulkmail::Dynamic error

According to Mail::Bulkmail, you are supposed to set the servers:

$bulk->servers([\$server, \$server2, \$server3]);

I guess without a list of mail servers to use, Mail::Bulkmail(::Dynamic) doesn't know where to send the stuff off to.