Communication between two services on Apollo Federation

Hi! I am new at Apollo Federation and I try to build a microservice application. I have User and Mail services. I want to send an verification e-mail when the user register. How can I create this kind of communication between services? I am curious about if there is any other way without using event-bus architecture.