Does anybody know how to get the Send Mail test step working? I have tried 3 different mailservers (self configured on the same machine, google, office365) with all options that are available. Fiddle...
I configured fiddler to also see https traffic, now I can see (as shown in the gif below) that there is traffic towards api mixpanel com but the data is encrypted or contains no readable data (and it is very small in size, it should contain a lot more). I tried several other configs now with different kind of authorization but unfortunately no mail is send succesfully. Also, every log stays empty (screenshots below). I am now attempting to write a groovy script to send the email or make a post towards a service like sendgrid. But as you can see, several groovy scripts have been tried, also no luck yet. If anyone has an idea?
please note that Send Email step should be using SMTP (port 25) not HTTP protocol, so HTTP proxy does not help here. The HTTP communication which you see (mixpanel etc.) is the product usage statistics, I rather switch it off when observing the HTTP communication.