Ticket #170 (closed Feature: worksforme)

Opened 6 years ago

Last modified 6 years ago

RFC 2476 (submit/587) support

Reported by: kalbershardt Owned by: Cyrus Daboo
Priority: minor Milestone: unassigned
Component: Application Version: v4.0.7
Severity: Other Keywords: SMTP submit
Cc: Operating System: All
OS Version:

Description

Can't see how to construct SMTP accounts using nonstandard TCP ports -- perhaps I have missed something obvious?

Specifically interested in port 587, for RFC 2476 (Submit) use while traveling. See http://www.ietf.org/rfc/rfc2476.txt

This is a special case SMTP port which requires auth before any MAIL FROM will be accepted.

Change History

comment:1 Changed 6 years ago by Cyrus Daboo

  • Status changed from new to closed
  • Resolution set to worksforme

Append a colon followed by the port number to the server address to use a non-default port.

e.g. 'smtp.example.com:587'

Note: See TracTickets for help on using tickets.