Fabios Posted May 1, 2011 Report Posted May 1, 2011 i've started from unitronics example to send email from V570. But i use a V350. Program seems to work fine. Connect to ethernet card, and when i try to send mail the FB email MI status say: "success". But mail no arrive! Have you advice? Fabio
Ofir Posted May 2, 2011 Report Posted May 2, 2011 Hi Fabios, Did you try sending the mail to different mail address? Try sending the mail to account which is configured in the mail server. Please make sure you are using the latest system files.
Fabios Posted May 2, 2011 Author Report Posted May 2, 2011 Hi Fabios, Did you try sending the mail to different mail address? Try sending the mail to account which is configured in the mail server. Please make sure you are using the latest system files. I have tried to 3 different mail; >Try sending the mail to account which is configured in the mail server. What do you mean? >Please make sure you are using the latest system files. I'm using Visilogic 9.0
Ofir Posted May 2, 2011 Report Posted May 2, 2011 Hi Fabios, For example if your mail server is "unitronics.com" then try sending mail to account in unitronics.com (Example - fabios@unitronics.com) Are you using company mail server or public? did you enter username and password? Can you try using different mail server? Try upgrading the VisiLogic to version 9.2.0 and upgrade all the system files of the PLC.
Fabios Posted May 2, 2011 Author Report Posted May 2, 2011 >Are you using company mail server or public? public >did you enter username and password? of course! >Can you try using different mail server? for now i've tried 2 mail server >Try upgrading the VisiLogic to version 9.2.0 and upgrade all the system files of the PLC. with 9.0 it has problem to work?
Cara Bereck Levy Posted May 2, 2011 Report Posted May 2, 2011 >with 9.0 it has problem to work? < No, no bugs were reported regarding email function, not in 9, or in 9.2.0. But...still, it is good to try this.
Ofir Posted May 2, 2011 Report Posted May 2, 2011 Hi fabios, Are you using Visilogic 9.0.1? Attach the application and I will test it with the parameters you are using.
Fabios Posted May 2, 2011 Author Report Posted May 2, 2011 Hi fabios, Are you using Visilogic 9.0.1? Attach the application and I will test it with the parameters you are using. It must work with 9.0. And now it work.Now I've used private smtp server. --KkK170891tpbkKk__FV_KKKkkkjjwq Content-Type: text/html; charset=US-ASCII saluti!! --KkK170891tpbkKk__FV_KKKkkkjjwq-- What is --KkK170891tpbkKk__FV_KKKkkkjjwq-- ? I no found differences from text and html body content type.
linxchas Posted May 2, 2011 Report Posted May 2, 2011 Some mail servers may have "greylisting" spam protection This option must be disabled on your account:
razor_rich Posted July 17, 2011 Report Posted July 17, 2011 I set up email capability on my V130, and I get junk text in the email. For example: --KkK170891tpbkKk__FV_KKKkkkjjwq Content-Type: text/plain; charset=US-ASCII alarm text here. --KkK170891tpbkKk__FV_KKKkkkjjwq-- How do I get rid of the "--KkK..." at the beginning and end of the email? This is ugly. I've tried plain text and HTML, and both options give me this junk text.
razor_rich Posted July 18, 2011 Report Posted July 18, 2011 Nevermind. I didn't read the post immediately prior. I'll look into the greylisting.
razor_rich Posted July 20, 2011 Report Posted July 20, 2011 My IT manager and I looked all over our host server's control panel (CPanel) and email account options, and couldn't find anything related to greylisting. Is it for sure a grey listing problem or could it possibly be something else?
Ofir Posted July 20, 2011 Report Posted July 20, 2011 Hi, Try sending the mail to few different email accounts providers? Try using different mail server? Do you still get the extra characters?
MVP 2014 Simon Posted July 20, 2011 MVP 2014 Report Posted July 20, 2011 We have also been doing some work with email on a V130 using GPRS and we get the extra characters. It hasn't been a big issue but would be nice to get rid of them. We have used a couple of different providers, and from memory it occurs with both of them. 1
razor_rich Posted July 21, 2011 Report Posted July 21, 2011 Hi Ofir,Thanks for your response.The only email services I have access to are my company's web domain CPanel (which is what I'm using currently, and getting the extra characters), and gmail (which I understand is not supported).Can anybody recommend a free email provider that they've had success with in not getting the extra characters?
razor_rich Posted July 21, 2011 Report Posted July 21, 2011 Per Simon's response, the extra characters are sort of a big deal with my application. We're building a system that we're shipping to customers, and it looks pretty goofy if our notifications contain all that garbage text.Plus, since you can use your cell phone number as an email to get a text message (e.g. **********@txt.att.net), all the extra characters will turn a message that can be one text message into two text messages, which not elegant to say the least.
MVP 2014 Simon Posted September 7, 2011 MVP 2014 Report Posted September 7, 2011 Just running some unrelated tests using the COM port sniffer. The "garbage text" is part of the MIME encoding. It originates from the PLC, and is necessary if the email contains attachments. Email clients should be able to strip it out, but sometimes they get confused. Changing the message type from plain text to HTML does not make much difference. Can we have the option to send without MIME encoding if we have no attachments? Below is an extract from the mail text that is sent by the PLC to the mail server MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="KkK170891tpbkKk__FV_KKKkkkjjwq" THe "boundary" field then ends up at the bottom of the message when it is received and viewed in Outlook --KkK170891tpbkKk__FV_KKKkkkjjwq--
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now