• Still no luck...

    I ran:

    EXECUTE msdb.dbo.sysmail_add_principalprofile_sp

    @profile_name = 'SQL Mail',

    @principal_name = 'COMPANY\xxxxxxxx',

    @is_default = 0 ;

    And got the same error.

    Anything else I might be missing?