Previous Thread
Next Thread
Print Thread
Hop To
#244091 06/29/2011 6:59 AM
Joined: Jun 2006
Posts: 9
stranger
stranger
Joined: Jun 2006
Posts: 9
Hello

I am an olf fan of the UBB.

We use for now UBB.threads™ 7.5.2

http://www.virtualmagie.com/ubbthreads/ubbthreads.php/forum_summary

Till few days, Hotmail/Live have blacklist our server.

It seems the problem came from the PM emails and other alerts send by the forum.

Our provider ask me if the forum system use this :

1) Use a SMTP class to send your emails like PHP MAILER

2) If you use PHP mail, use the good headers :

<?php
$headers ='From: "nom"<adresse@fai.fr>'."\n";
$headers .='Reply-To: adresse_de_reponse@fai.fr'."\n";
$headers .='Content-Type: text/plain; charset="iso-8859-1"'."\n";
$headers .='Content-Transfer-Encoding: 8bit';

if(mail('adresse_du_destinataire@fai.fr', 'Sujet', 'Message de test', $headers))
{
echo 'Le message a bien été envoyé';
}
else
{
echo 'Le message n\'a pu être envoyé';
}
?>

What UBB is using ?

How I could change this ?

Thanks for any help.

Best regards


Virtual MAgie : the principal magic art portal
http://www.virtualmagie.com
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
It does use php mailer. Look in the libs directory, you'll see it. It appears that you can edit outgoing emails in mailer.inc.php.


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
1 members (Ruben), 1,277 guests, and 207 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)