Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Shindig

1621 posts

Uber Geek
+1 received by user: 362

Trusted

#111058 23-Oct-2012 09:15
Send private message

Hello,

I have a few powershell scripts setup to backup data etc.
The scripts use GMAIL smtp to send me a completed report.

Since moving to Telecom from VF I am unable to connect to SMTP.GMAIL.COM

The relevant ports have been forwarded.
I was wondering if Telecom block SMTP rely?

Anyone shed some light on it please




The little things make the biggest difference.


Create new topic
sbiddle
30853 posts

Uber Geek
+1 received by user: 9996

Retired Mod
Trusted
Biddle Corp
Lifetime subscriber

  #704911 23-Oct-2012 09:17
Send private message

Telecom have blocked port 25 for ~5 years now. There is (or at least used to be) a web form in the customer portal to unblock this.




Stu

Stu
Hammered
8740 posts

Uber Geek
+1 received by user: 2391

Moderator
ID Verified
Trusted
Lifetime subscriber

  #704914 23-Oct-2012 09:25
Send private message




People often mistake me for an adult because of my age.

 

Keep calm, and carry on posting.

 

Referral Links: Sharesies

 

Are you happy with what you get from Geekzone? If so, please consider supporting us by subscribing.

 

No matter where you go, there you are.


Shindig

1621 posts

Uber Geek
+1 received by user: 362

Trusted

  #704915 23-Oct-2012 09:26
Send private message

Cheers guys




The little things make the biggest difference.




skewt
752 posts

Ultimate Geek
+1 received by user: 215


  #704917 23-Oct-2012 09:30
Send private message

Since you are on Telecom, you can use smtp.xtra.co.nz, this requires no auth and can get to anywhere from a telecom connection

I havent had issues with gmail being blocked when I have set it up at various places but it does require different ports and ssl

Standard configuration instructions:
Incoming Mail (POP3) Server - requires SSL:pop.gmail.com
Use SSL: Yes
Port: 995Outgoing Mail (SMTP) Server - requires TLS2 or SSL:smtp.gmail.com
Use Authentication: Yes
Port for TLS/STARTTLS: 587
Port for SSL: 465Server timeoutsGreater than 1 minute, we recommend 5Full Name or Display Name: [your name]Account Name or User Name: your full email address (including @gmail.com or @your_domain.com)Email Address: your email address (username@gmail.com or username@your_domain.com)Password: your Gmail password

johnr
19282 posts

Uber Geek
+1 received by user: 2526
Inactive user


  #704920 23-Oct-2012 09:34
Send private message

Gmail smtp is port 465 SSL

Shindig

1621 posts

Uber Geek
+1 received by user: 362

Trusted

  #704923 23-Oct-2012 09:52
Send private message

I am sure 465 is fwded. I will check!




The little things make the biggest difference.


 
 
 
 

Shop now for Dell laptops and other devices (affiliate link).
Shindig

1621 posts

Uber Geek
+1 received by user: 362

Trusted

  #704955 23-Oct-2012 10:35
Send private message

quick telnet test to smtp.gmail.com on 465 comes fail.
Port 587 worked a treat - which I had set to fwd.

In powershell you can set the particular port using.

.Port = 587

$smtpserver = ?smtp.gmail.com?
$msg = new-object Net.Mail.MailMessage
#$att = new-object Net.Mail.Attachment($filename)
$smtp = new-object Net.Mail.SmtpClient($smtpServer )
$smtp.port = 587
$smtp.EnableSsl = $True




The little things make the biggest difference.


linw
2893 posts

Uber Geek
+1 received by user: 1205


  #705191 23-Oct-2012 16:50
Send private message

Port 587 is no security. Port 465 is SSL/TLS on my Thunderbird.

mattwnz
20515 posts

Uber Geek
+1 received by user: 4795


  #705228 23-Oct-2012 17:43
Send private message

Have you tried contact Gmail to see if they know? They may have logs.

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.