On my local machine, I wish to send mail through SMTP on my Windows Server.

I understand that I need to authorise my machine's local IP in relay restrictions. However, this is not ideal as I'll need to modify this everytime my IP changes.

Is there any more flexible way in which I can authorise this connection? Thanks in advance.

link|improve this question

1  
Why would your (internal) ip address change? – joeqwerty Nov 16 '11 at 2:49
@joeqwerty I use my development machine in multiple locations. Apologies if I didn't make myself clear. – Jon Nov 16 '11 at 2:57
2  
Setup a VPN to your network or the server, assign yourself a static IP in the VPN. – Zoredache Nov 16 '11 at 3:09
feedback

1 Answer

The IPs of localhost, i. e. 127.0.0.1 and ::1, don't change very frequently.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.