Simple call with no parameters specified. Default Subject is “GIS Detailed Log”.
import RPLib RPLib.emaillog()
Simple call with Subject paramter specified.
import RPLib RPLib.emaillog("My Subject")
If Else logic with all parameters specified.
import RPLib if RPLib.emaillog("My Subject"): print("successful, run another tool") else: print("failed, run another tool")