Email Message Node
Email Message Node
Purpose
Sends a basic email message.
Usage
This node sends a basic text email to 1 or more people. Standard email convensions such as cc and bcc address lists are also supported.
Note: file attachments are not supported in this node. Use the Email File node if you want to send an attachment via an email.
Configuration
Subject
The email subject, sometimes called the title. The maximum number of characters is 128.
Message
The main message of the email. Up to 4096 characters of text are allowed.
To, cc, bcc
The list of recipients that will recive the email. There must be at least one ‘To’ email address.
To enter an address type in the full email address into one of the boxes. when you have finished typing the address hit tab. If the address is valid it will turn blue. If the address is not blue then paygate has not understodd the email address and it will not be sent.
To remove an existing email address, just click the ‘x’ button next to the address.
Trouble Shooting
SMTP Reply Codes
Code | Meaning |
---|---|
200 | (nonstandard success response, see rfc876) |
211 | System status, or system help reply |
214 | Help message |
220 | |
221 | |
250 | Requested mail action okay, completed |
251 | User not local; will forward to |
252 | Cannot VRFY user, but will accept message and attempt delivery |
354 | Start mail input; end with |
421 | |
450 | Requested mail action not taken: mailbox unavailable |
451 | Requested action aborted: local error in processing |
452 | Requested action not taken: insufficient system storage |
500 | Syntax error, command unrecognised |
501 | Syntax error in parameters or arguments |
502 | Command not implemented |
503 | Bad sequence of commands |
504 | Command parameter not implemented |
521 | |
530 | Access denied (???a Sendmailism) |
550 | Requested action not taken: mailbox unavailable |
551 | User not local; please try |
552 | Requested mail action aborted: exceeded storage allocation |
553 | Requested action not taken: mailbox name not allowed |
554 | Transaction failed |