derkoi
1
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
derkoi
3
@Mauri those are all for sending email from the build.
I want to send it from the Unity Editor, NOT the build.
Mauri
4
Pretty sure you could adapt those scripts and turn them into Editor scripts.
mgear
5
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
derkoi
6
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
derkoi
7
Got it working thanks guys, I needed to use port 25 for some reason