Posted by: slvramesh on: February 23, 2012
Some email client will not support large email text. For overcoming this issue, We can use the following code. <?php $fromname = [[ From Name ]] $from = [[ From email address ]] $to = [[ To email address ]] $message = [[ Your large html email ]] $subject = [[ Your email subject ]] [...]