WinCC OA version : 3.15 P013
when I made a logic like below that is just like your sample logic.
email= makeDynString ("aaa@gmail.com", "bbb@gmail.com", "Hello", "Hi this is a Test");
sendMail(smtp_host,email, ret,smtp_user,smtp_pass, useTLS,sAttachPath );
I got email just like below.
( Hello ) Hi this is a Test
[Attachment(s) removed]
My question is that I want to remove "[Attachment(s) removed]" this text on the receiver email.
How can I remove it ?
[ Email ] about the send Email
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: [ Email ] about the send Email
Do you want to send a mail with an attachment or not?
Are you sure that the information "Attachment(s) removed" is not made by the email server?
In the source code I cannot find code which refers to this text.
Best Regards
Leopold Knipp
Senior Support Specialist
Are you sure that the information "Attachment(s) removed" is not made by the email server?
In the source code I cannot find code which refers to this text.
Best Regards
Leopold Knipp
Senior Support Specialist
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [ Email ] about the send Email
I did not attached any file . sAttachPath=""; I set just like that.
I tested it. when I emailed with actual email domain, I could not see "Attachment(s) removed" message.
But, when I emailed with sendEmail on the WinCC OA script, that message is showing.
I tested it. when I emailed with actual email domain, I could not see "Attachment(s) removed" message.
But, when I emailed with sendEmail on the WinCC OA script, that message is showing.
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [ Email ] about the send Email
Please test it and give me a answer.
- a_labropoulos@akatt.gr
- Posts:25
- Joined: Sun Nov 06, 2016 2:02 pm
Re: [ Email ] about the send Email
Hello!!
How can i change the language format of the message.
When i writing with Greek characters in the e-mail i receive strange characters..
Thanks.
How can i change the language format of the message.
When i writing with Greek characters in the e-mail i receive strange characters..
Thanks.
- dongil
- Posts:49
- Joined: Mon Oct 07, 2013 3:42 am
Re: [ Email ] about the send Email
Here is USA. I trying to send with English, the code is " en_US.ISO88591 ".