Is there any way to control the font that gets used in emails from PHP or is it down to the mailserver. I am having lots of problems trying to align columns in emails. Thanks
Many thanks, its in the body of the email I am filling. I am putting in text from session arrays. I have spent ages going into where gets into the varaiable putting in white space to try and line up as best as I can. I need to look at how people
get submission forms back in one piece, although they might not be concerned with column alignment. Regards
Many thanks. Re PHPmailer, I do not have PHP on my PC, and cannot get access to the webhost server to do:-
Copy class.phpmailer.php into your php.ini include_path.
Does that rule me out of being able to install/use? I have seen you refer lots of people to the product and would like to give it a go.
Thanks Jeff, it was going through my mind to layout in sequential order, I might go down that road if I cannot find a quick formatting solution. Reason for not jumping to it is it might end up lengthy emails. There again the postage is free. I'll see and let you know. Regards
cannot get access to the webhost server to do:-
Copy class.phpmailer.php into your php.ini include_path."
For your own use, just copy the phpmailer file to your own directory. Putting it in the include_path just allows all PHP scripts to include it without specifying the path.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.