Send an email from the Unity Editor?

Hi,
I’ve googled but I can’t find anything.

Is it possible to send myself an email from the Unity Editor, NOT a built game but from an editor script?

I’m using build automator and would like to receive an email when the build process for all the platforms has finished.

Cheers

Googled and found these:

@Mauri those are all for sending email from the build.

I want to send it from the Unity Editor, NOT the build.

Pretty sure you could adapt those scripts and turn them into Editor scripts.

those could work in editor also, or with small modifications (or build exe from those tools to send the email, which you then launch after build)

other alternatives

Thanks but I tried and it kept giving me an IO error, hence why I was asking if what I’m trying to do is even possible.

Thanks, I’ll take a look

Got it working thanks guys, I needed to use port 25 for some reason