Problem with GMX mail..

XRinger

Member
It's been working for a long time, and pressing Test tonight didn't work for me. Nothing showed up at the target addresses..
Not sure if they changed something at GMX or if something has changed with my home network..
 
Anyone else having a Notify fail? 
 
Thanks,
Rich
 
GMX changed to use new secure method to send email. You will have to find an ISP do not force people using new secure the email method to send out alert. 
 
Yeah, that's what I figured.. Hoping it wasn't true.. Maybe I can use other methods to signal me when there's a problem..
 
One way to do that is to have a web site taking WEBSET call, then from the web site to send out email alert.  There are free web site allowing hosting personal pages.
Code:
http://www.websitebuildertop10.com/how-to-create-your-own-free-website
 
CAI_Support said:
GMX changed to use new secure method to send email. You will have to find an ISP do not force people using new secure the email method to send out alert. 
 
 
If you are only sending email TO YOURSELF, you can almost certainly use the webcontrol to talk directly to YOUR email providers SMTP host.
Since it won't be relaying mail, and since it has to accept mail from "the wider internet" most of which doesn't force authenticated SMTP, it should work.
 
eg, if your mail address is   "[email protected]", your webcontrol board SHOULD be able to send mail to "[email protected]" is you set the outgoing SMTP server to 74.125.204.26 or gmail-smtp-in.l.google.com
 
This WON'T work (or shouldn't work!) if you tried to send mail to "[email protected]" for example, because it would require gmail to relay mail for an unauthenticated user.
 
Maybe I need a special type of Google account. Not sure, after trying about a dozen different setups, I gave up and went to bed..
Have been too busy on other stuff, and didn't get back to this email problem yet. I'm hoping someone else has already run into this and solved it..
Maybe they will post about it.?.  
 
I know Cox allow all its customers to use port 25 on its SMTP server, smtp.cox.net, but it detects from IP address, if it is not from its own network, it would not work. I also know 1&1 internet allows plain smtp port on another port number for its own customer through validating user id password.
 
Back
Top