[quote=“KathyApplebaum”]Very odd – I can see them when I’m logged out, but not when I’m logged in.
I’ll alert our forum guru.[/quote]
Also, if I’m logged on thrugh the ec2-204-236-130-104.us-west-1.compute.amazonaws.com url (given with the automated notifications), I can see the OP’s pics but not others. One more nugget of info for the forum guru.
I think I have all the settings correct. What could be the reason for not able to send the mail through mail notification? I tried third party testing service to test the smtp server settings. I have the same thing going on with it also. Further, I tried it with yahoo mail, but I did not have any sucess with it either. So, should I write a script on Python and link it to the notification? Is that the only way possible?
To answer the original question, here’s what worked for me.
First, I have two-factor authentication turned on in my personal gmail account. When I’ve used gmail for testing SMTP stuff before (inside or outside of Ignition), I’ve never had any luck with port 25. YMMV.
Shouldn’t be an IPv6 vs IPv4 issue, since he was getting through to gmail and getting back a response.
Good to know why port 25 never works for me. FWIW, I had thought port 25 was never SSL, but looking at some gmail docs, it looks like they require SSL with port 25. Learn something every day.
Kathy: I tried it as you have suggested. I turned on the two factor step in gmail, but what I was not able to figure out was how to use the application specific password. I tried with normal gmail password and I still have the same error. Please see through this.
Jordan: I will check if it is because of this issue.
I think it is firewall issue. I tried using a different internet connection and it worked. So, I have to check with my office staff to resolve the firewall. I did not use telnet till now for any of my applicaitons. I will see if this helps. Thanks for your responses. It really helped.
What Kathy Applebaum said it works for me.
For a google account:
hotname: smtp.gmail.com
port: 465
Use SSL/TLS port : TRUE
username : USER (without @gmail.com) //(pay attention, previously I put @gmail.com
and doesn't works for me)
And, one time is created, test that you've internet connection and test directly on smpt profile
From: USER (with @gmail.com)
TO : ANOTHER_USER (with @gmail.com)
If you are brave, and understand email protocols in depth, run your own mailserver for your own domain. Most would pay a hosting service to do so. Either way, you will have to use your own from address, not a gmail address.