• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

outlook with SMTP

D

DeusRulez

Guest
I want to use outlook with my mail server for the SMTP.
I can't connect.
Should i configure anything?



I want to give the possibilité to you my smtp for just client who have take this option.
Is that possible?
 
Outlook can't connect to the smtp server. Contact your administrator.
Thats all. But after some seconds no directly.
 
It sounds like your system can't reach the SMTP port. Did you try to telnet to the port?

1. Go to Start
2. Run
3. Type CMD
4. Click ok
5. Type telnet [HOSTNAME] 25
6. Press enter

If you get a connection timeout, then there you have it. You don't have access to the outgoing port on your server. You can setup submission port from Plesk under the Server > Mail section and use port 587 instead.

Also make sure that you setup Outlook to login to the incoming mail server before sending emails:

Go to Tools > Account Settings > Double click the account > More Settings > Outgoing Server > ‘Log on to incoming mail server before sending mail’.
 
My guess is that your ISP is only allowing outbound access on port 25 to their own SMTP. You can probably enable the submission port on Plesk and use port 587 instead if you really want to use Plesk's SMTP server.
 
Back
Top