Borje Posted August 12, 2007 Posted August 12, 2007 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)
Tiger Posted August 12, 2007 Posted August 12, 2007 Write this in the script: #include <INet.au3> _INetMail("blabla@hotmail", "Test of send email", "Hello there") My UDFs:- _RegEnumKey
Borje Posted August 12, 2007 Author Posted August 12, 2007 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...
Tiger Posted August 12, 2007 Posted August 12, 2007 Which AutoIt Version do you use My UDFs:- _RegEnumKey
Borje Posted August 14, 2007 Author Posted August 14, 2007 Is that anybody of all your experts thats could help me with this problem?
Tiger Posted August 14, 2007 Posted August 14, 2007 I've tested the function and I have no problem My UDFs:- _RegEnumKey
Borje Posted August 14, 2007 Author Posted August 14, 2007 Ok, I still have the problem what email client you have ?
James Posted August 14, 2007 Posted August 14, 2007 Hey Borje, I just figured out from this that you would need to controlsend text, as the way I desicribed in the e-mail would do nothing or cause problems. Which client do you use? -James Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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