PyFoam.Infrastructure.RunHooks.MailToAddress module

Send an EMail to a specified address

class PyFoam.Infrastructure.RunHooks.MailToAddress.MailToAddress(runner, name)[source]

Bases: PyFoam.Infrastructure.RunHook.RunHook

Sends an URL to a Webservice

__call__(...) <==> x(...)[source]
__init__(runner, name)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

__module__ = 'PyFoam.Infrastructure.RunHooks.MailToAddress'