Hi .
I want to sent all emails like activation email , and the informations emails that sent from the software .
becuase I want to sent email in utf-8 , and also want it RTL (from right to left)
Hi .
I want to sent all emails like activation email , and the informations emails that sent from the software .
becuase I want to sent email in utf-8 , and also want it RTL (from right to left)
The mail is sent using the WordPress's mail function (wp_mail). It should send using UTF-8 by default. Whatever you type in the body field should get sent (so if it is typed in RTL the mail should be in RTL).
very very cool , thats very good idea , what the files that have it , so I can modify it
It is a core WordPress function that comes with WordPress:
http://codex.wordpress.org/Function_Reference/wp_mail
You must log in to post.