Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SMTP help
Okay...this is probably an incredibly stupid question; but how do I know/find out what my SMTP settings are?
0
This discussion has been closed.
Comments
smtp.gmail.com:465 (with your own username and password of course)
Try it.
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
An error occurred while sending the email.
Affected Elements
Email.ServerParse();
The error occurred on or near: Couldn't get mail server response codes.
Any Suggestions?
SMTP
Pronounced as separate letters, short for Simple Mail Transfer Protocol, a means of sending email messages between servers. Most email systems that send mail over the Internet use SMTP to send messages from one server to another.
The messages can then be retrieved with an email client using either POP or IMAP. In addition, SMTP is generally used to send messages from a mail client to a mail server. This is why you need to specify both the POP or IMAP server and the SMTP server when you configure your email application.
that makes scene
thanks