Sharing is what drives consumerdataarchive to keep adding information. You can help!
YOU MAY ALSO LIKE: 5040 PORTAL505 GAMES PORTAL KNIGHTS505 ON WALNUT RESIDENT PORTAL505 WALNUT RESIDENT PORTAL5050 CROWDFUNDING LOGIN5050 FAST LOGIN5050CF COM LOGIN506 C PORTAL506C PORTALS507 SECOND RESIDENT PORTALExplain the problem you are facing when using 504 5 3 3 auth mechanism login not available
There is currently no feedback on the use of information from this company. You can help others by sharing your experience.
You can determine which authentication methods a server supports by using telnet to connect to port 25 on the server, which is the standard SMTP port.
You should try to use you own Auth mechanism. Create a Login authentication mechanism by copying PlainAuth from the standard library and replace the two instances of PLAIN by LOGIN. Then use gomail.NewCustomMailer to use your new auth mechanism.
// The returned Auth uses the given username and password to authenticate // on TLS connections to host and act as identity. Usually identity will be // left blank to act as username. func LoginAuth ( identity, username, password, host string) smtp.