SMTP

354 Start Mail Input

The server is ready to receive the message body. The client should begin sending the email content (headers and body) and terminate with a single line containing only a period (CRLF.CRLF).

When You See This Code

After sending the DATA command. The server is now waiting for you to type or stream the email message, ending with a dot on its own line.

How to Fix

Send your message content followed by a line with just a period (.) to signal the end. If you get an error after this, check that your message does not contain a bare period on a line by itself within the body.

Specification

View RFC / Specification →

Guides

Glossary