Skip to main content

 Hello,

 

I use FME Forms 2024 and I have a very basic workbench just to test the emailer transformer and the configuration of our email system.

The Emailer is the following version

 

When I run I have this error and it fails:

 

<class 'socket.gaierror'>: &Errno 11001] getaddrinfo failed

 

Any Idea ?

Is it a probleme of mail smtp mail server accessibility. What is the configuration to adapt ?

Regards

Fred

 


​​


 

 

 

This thread here suggests it is to do with being unable to resolve the host name (likely of the SMTP server), have you tried with an IP?

https://stackoverflow.com/questions/7334199/getaddrinfo-failed-what-does-that-mean

 

If you have Flow, I would strongly recommend you looking to use a Topic and email Subscription in Flow. It centralizes all your email configuration, so in the event of you needing to change passwords etc, you can change it in one location and not have to search through and update multiple workspaces.


Reply