354
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).

On this page

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.

Compare With

Guides

Glossary

Frequently Asked Questions

What is 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 do you see SMTP 354 Start Mail Input?

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 SMTP 354 Start Mail Input?

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.