Hi, I have a problem when I try to send e-mails using the text loop.
The error is: Connection closed gracefully.
The task works just for few mail and then it stops.
Connection closed gracefully
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Connection closed gracefully
- Attachments
-
- Cattura.JPG (23.88 KiB) Viewed 49210 times
Re: Connection closed gracefully
This means that the server has closed the connection.
Some public SMTP servers have limitation of the amount of messages per day.
Some public SMTP servers have limitation of the amount of messages per day.
Oleg Yershov
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Re: Connection closed gracefully
But if I write those mails manually I succeed to send them...
Re: Connection closed gracefully
Code: Select all
But if I write those mails manually I succeed to send them...
Re-check it please.
Oleg Yershov
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Re: Connection closed gracefully
Connection parameters are correct. The text loop works for few mails then it stops.
I use:
Server: smtp.libero.it
Port: 465 with SSL
I tried the Port 25 without SSL but nothing...
The problem remains also with antivirus and firewall deactivated.
I use:
Server: smtp.libero.it
Port: 465 with SSL
I tried the Port 25 without SSL but nothing...
The problem remains also with antivirus and firewall deactivated.
- Attachments
-
- Cattura.JPG (45.03 KiB) Viewed 49197 times
Re: Connection closed gracefully
I can't test it, because I have not the account at Libero.it and I can't open the account.
I tested Send Email on Gmail it works. It has similar parameters: post 465 with SSL and authentication.
You try to send mails in the loop. Pay attention that public mail services doesn't allow to send messages very often.
As a rule such services have limitation of messages per some unity of time.
Suppose 10 messages per hour (or similar). You have to read this in documentation or ask support team of this service.
Gmail has similar limitation too.
I see in your log that several messages has been sent successfully. So it works. The action opens connection before sending of each message and closes the session when sending is complete.
How many messages have been sent before error?
I tested Send Email on Gmail it works. It has similar parameters: post 465 with SSL and authentication.
You try to send mails in the loop. Pay attention that public mail services doesn't allow to send messages very often.
As a rule such services have limitation of messages per some unity of time.
Suppose 10 messages per hour (or similar). You have to read this in documentation or ask support team of this service.
Gmail has similar limitation too.
I see in your log that several messages has been sent successfully. So it works. The action opens connection before sending of each message and closes the session when sending is complete.
How many messages have been sent before error?
Oleg Yershov
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Re: Connection closed gracefully
I edited the task yesterday and it blocked at few mails (5-10). Sometimes i tried every minute but it started to work after 30mins - 1 hour (random time).
This morning I succeeded to send only 20 mails in 4-5 hours...sometimes it send 5 mails, after few time another one, it stops for more than an hour and then it sends five...It's really unstable. 10 minutes ago it unblocked and it sent all the mails (about 80-100).
It seems like libero recognize that the mail is not sent by a person.
This morning I succeeded to send only 20 mails in 4-5 hours...sometimes it send 5 mails, after few time another one, it stops for more than an hour and then it sends five...It's really unstable. 10 minutes ago it unblocked and it sent all the mails (about 80-100).
It seems like libero recognize that the mail is not sent by a person.
Re: Connection closed gracefully
Absolute....libero recognize that the mail is not sent by a person...
Anyway I recommend you to put some pause between sending emails.
You can put pause several seconds (3-4 sec) before or after Send Email action within the loop
Oleg Yershov
-
- Posts: 70
- Joined: Thu Jul 02, 2015 3:54 pm
Re: Connection closed gracefully
Ok I'll start the task next month...i'll let you know 

Re: Connection closed gracefully
How were you able to setup the gmail smtp (or what are your settings)?
I am using :
Host: smtp.gmail.com Port: 465 SSL/TLS: TLS (Authentication Required is checked along with a username and password are entered).
Thanks.
I am using :
Host: smtp.gmail.com Port: 465 SSL/TLS: TLS (Authentication Required is checked along with a username and password are entered).
Thanks.