These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Prefix Email Providers in EVEMon (Help wanted)

Author
Desmont McCallock
#1 - 2011-11-27 23:40:59 UTC
In the past couple of days I revamped the EVEMon Emailer (you know, the feature where EVEMon is sending you an Email when skill level training completes) and I added the ability of prefixed Email provider settings.

Till now I have the following:

  • Gmail
  • Hotmail
  • Yahoo
  • Yahoo Plus

If anyone knows or wants me to add any other Email provider, please provide me with the following info:

  1. Provider Name:
  2. Server Address (SMTP):
  3. Server Port:
  4. Requires SSL (True of False):
  5. Requires Authentication (True of False):

so to be included in the next release.

Thanks in advance.

On behalf of
The EVEMon Dev Team
Gabba Cyno
#2 - 2011-11-28 09:16:10 UTC
Thank you

.

Lutz Major
Austriae Est Imperare Orbi Universo
#3 - 2011-11-28 10:19:59 UTC
GMX is very common freemail provider in Germany and Austria:


  1. Provider Name: GMX
  2. Server Address (SMTP): mail.gmx.net
  3. Server Port: 465
  4. Requires SSL (True of False): True
  5. Requires Authentication (True of False): True

Desmont McCallock
#4 - 2011-11-28 11:00:30 UTC  |  Edited by: Desmont McCallock
Lutz Major wrote:
GMX is very common freemail provider in Germany and Austria:


  1. Provider Name: GMX
  2. Server Address (SMTP): mail.gmx.net
  3. Server Port: 465
  4. Requires SSL (True of False): True
  5. Requires Authentication (True of False): True



Added. Thanks, Lutz.

Edit: Just for clarification. I searched about GMX and some post refer that the SMTP address is "mail.gmx.com". What's the diff?
Edit 2: Using Telnet, 'mail.gmx.net', 'mail.gmx.com' and 'mail.gmx.us' are all acceptable connections. I suppose that all point to the same Email server. Is it OK to use 'mail.gmx.com' as default ?
Lutz Major
Austriae Est Imperare Orbi Universo
#5 - 2011-11-28 12:50:34 UTC  |  Edited by: Lutz Major
Desmont McCallock wrote:
Edit: Just for clarification. I searched about GMX and some post refer that the SMTP address is "mail.gmx.com". What's the diff?
Edit 2: Using Telnet, 'mail.gmx.net', 'mail.gmx.com' and 'mail.gmx.us' are all acceptable connections. I suppose that all point to the same Email server. Is it OK to use 'mail.gmx.com' as default ?

AFAIK the .net domain was the first in service. I didn't even know they added the .com or even .us, but both resolve to the same IP address. And all domains belong to GMX itself, so I think it's regardless.

Edit: Just tested it: I had no problem with using .net, .com or .us with the same account.
Tonto Auri
Vhero' Multipurpose Corp
#6 - 2011-11-28 15:06:15 UTC  |  Edited by: Tonto Auri
Desmont McCallock wrote:
Edit: Just for clarification. I searched about GMX and some post refer that the SMTP address is "mail.gmx.com". What's the diff?
Edit 2: Using Telnet, 'mail.gmx.net', 'mail.gmx.com' and 'mail.gmx.us' are all acceptable connections. I suppose that all point to the same Email server. Is it OK to use 'mail.gmx.com' as default ?


$ nslookup -type=MX gmx.net.
gmx.net MX preference = 10, mail exchanger = mx0.gmx.net
gmx.net MX preference = 10, mail exchanger = mx1.gmx.net

mx0.gmx.net internet address = 213.165.64.100
mx1.gmx.net internet address = 213.165.64.102

$ nslookup -type=MX gmx.com.
gmx.com MX preference = 10, mail exchanger = mx0.gmx.net
gmx.com MX preference = 10, mail exchanger = mx1.gmx.net

mx0.gmx.net internet address = 213.165.64.100
mx1.gmx.net internet address = 213.165.64.102

Also,
$ nslookup -type=CNAME mail.gmx.com.
mail.gmx.com canonical name = mailout-eu.gmx.com

$ nslookup -type=A mail.gmx.com.
Addresses: 213.165.64.42, 213.165.64.43, 213.165.64.44, 213.165.64.45

$ nslookup -type=A mail.gmx.net.
Addresses: 213.165.64.21, 213.165.64.20

These are not the same servers...

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Desmont McCallock
#7 - 2011-11-28 18:40:45 UTC
So this means that we have to use "mail.gmx.net" as SMTP address?