Hi All,
I wonder how is the emailrelay daily limit counts, counting by how any time we excute the EmailRelay instruction or the number of email address we send to?
I have 3 sets of Dataloggers sending out data hourly and email a low battery alert. 3 sets of Datalogers send to same 2 email addresses, hits the limit after working for 12 hours. I am using 2 EmailRelay instructions as below:
EMAIL_HOURLY_result1 = EmailRelay (EMAIL_TO_ADDRESS1,EMAIL_HOURLY_Subject,EMAIL_HOURLY_Message,email_ServerResp_HOURLY1,ATTACHMENT_Record,0,EMAIL_HOURLY_Record,Min,8)
EMAIL_HOURLY_result2 = EmailRelay (EMAIL_TO_ADDRESS2,EMAIL_HOURLY_Subject,EMAIL_HOURLY_Message,email_ServerResp_HOURLY2,ATTACHMENT_Record,0,EMAIL_HOURLY_Record,Min,8)
Please advice.
Thanks,
TLT
If I remember correctly it's 100 per day for each recipient
Smile
Hi Smile,
Thanks for your reply.
Yes, you are correct. I counted the emails received is about 100 emails for each recipient, couldn't get a exact number due to the different in time zone.
Thanks,
TLT
Hi bekean24,
Do you mean two emails addresses in one EmailRelay command? I tried, but I just cannot get the code right.
Could you please share a sample code with me.
Thanks,
Do you know how much is the daily email limit? Maybe there is a limit to a certain ratio.
This post is under review.