2008/4/7 8:45
Runeher
Module Developer
Posts: 825
Since: 2008/1/24
2008/4/8 10:53
2008/4/8 11:07
Shine
Just can't stay away
Posts: 822
Since: 2002/7/22
2008/4/8 11:14
2008/4/14 11:09
diddly
Just popping in
Posts: 32
Since: 2006/3/28
2008/4/15 2:34
2008/6/12 19:29
jfmoore
Quite a regular
Posts: 360
Since: 2004/6/6 5
tzvook wrote:Hello JohnSince the module uses html (if you enable it of course) HTML ads, it requires you to enable HTML email, otherwise it sends all confirmations and ads-responses with the HTML code in it ... looks very bad !!!Very easy to solve:you need to look for all the places (4) with the line: $mail->useMail(); and turn it into: $mail->useMail(); $mail->setContentType("text/html"); Then of course it would be nice to also design your templates with html code to look nicer ... your site logo or whatever looks nice to you.
$mail->useMail();
$mail->useMail(); $mail->setContentType("text/html");
Fatal error: Call to undefined method XoopsMailerLocal::setContentType() in /home/avenue41/public_html/impress01/modules/classifieds/admin/index.php on line 575
2008/6/12 20:11
2008/6/12 20:17
jlm69
Posts: 719
Since: 2002/7/19
2008/6/12 21:50
jlm69 wrote:I think the correct way to do this is:$mail->multimailer->isHTML(true);That should do it. No hacking involved.John
Advanced Search
81 user(s) are online (57 user(s) are browsing Support Forums)
Members: 0
Guests: 81