Jump to content

Need help with _InetMail command


Borje
 Share

Recommended Posts

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)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...