Then it must be a few more files to change as well. when I compile it there are some compiler errors like
YAF.Core.Services.YafSendMail' does not implement interface member 'YAF.Types.Interfaces.ISendMail.SendAllIsolated(System.Collections.Generic.IEnumerable, System.Action)'
'YAF.Core.Services.YafSendMail' does not implement interface member 'YAF.Types.Interfaces.ISendMail.SendAll(System.Collections.Generic.IEnumerable)'
and when I change the IsendMail interface then there is other compiler errors.
I think I have to change more than those 7 files mentioned in the link.