Describe the problem/error/question
Hello, I am new to n8n, I am setting up a workflow to send am smtp email to another email account, like gmail / hotmail. I test the workflow and it shows successfully send the email, but I cannot find the email in my gmail account, either in dunk mail box or promotion. I double check with the smtp setting and asked the smtp email provider that the setting is correct.
What is the error message (if any)?
Here is the json:
Share the output returned by the last node
Here is the output json:
[
{
"accepted": [
"[email protected]"
],
"rejected": [],
"ehlo": [
"SIZE 52428800",
"8BITMIME",
"PIPELINING",
"PIPECONNECT",
"AUTH PLAIN LOGIN",
"HELP"
],
"envelopeTime": 670,
"messageTime": 1179,
"messageSize": 414299,
"response": "250 OK id=1sBY7Q-00GbeX-0X",
"envelope": {
"from": "[email protected]",
"to": [
"[email protected]"
]
},
"messageId": "<[email protected]>"
}
]
Information on your n8n setup
- **n8n version: 1.41.0
- Database (default: SQLite):
- **n8n EXECUTIONS_PROCESS setting (default: own, main):default
- **Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- **Operating system: