Jump to content

Recommended Posts

Posted

Hi all experts

I have a problem to have _InetMail to work correct

It opens the mail client thats not a problem but the text I have write in the $body when this

is displayed in the email client is all spaces display as %20%

Example: Hello there = Hello%20%there My question is Why ??

Please anybody can help me..

Code:

#include <INet.au3>

$Address = ("blabla@hotmail")

$Subject = ("Test of send email )")

$Body = ("Hello there")

_INetMail($address, $subject, $body)

Posted

Hello Tiger

I have test _INetMail("blabla@hotmail", "Test of send email", "Hello there")

But when email client is open is display hello%20there so that is same result

that not works...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...