9 try:
10 return providers[typ](name,config)
11 except KeyError:
12 raise NoProvider(typ)
13
14 from .smtp import SMTP