Web Development Tips

Archive for February 2012

PHP sending large text / html email

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 ]] [...]


Follow

Get every new post delivered to your Inbox.