Bonjour,
Voilà mon souci! J'ai configuré OpenUpload en mode restriction et donc les gens doivent s'inscrire pour accéder à l'upload. Le probleme est que l'envoi du mail de confirmation ne se fait pas, j'ai ce message d'erreur (voir pièce jointe).
J'ai pourtant configuré php.ini (smtp = auth.smtp.1and1.fr), mais ce fournisseur requière une authentification!
Je suis perdu, et donc bloqué!
Hello,
That is my concern! I configured OpenUpload mode restriction and therefore people must register to access the upload. The problem is that sending email confirmation is not done, I get this error message (see attachment).
Yet I have configured php.ini (smtp = auth.smtp.1and1.fr), but this provider requires authentication!
I am lost, and therefore blocked!
thank you for your help
Anonymous
if the smtp server requires authentication with version 4.1 I use the php mail function which uses php settings.
On a linux system it would depend on the subsystem (sendmail, postfix ssmtp), but as you are using the smtp setting I suppose you are on windows.
It seems it's not possible, so either you need to use an internal smtp gateway or modify the code to use a different function as suggested here:
http://stackoverflow.com/questions/112190/php-ini-smtp-how-do-you-pass-username-password
Donc si j'ai bien compris, je vais utiliser Phpmailer. Mais quel fichier dois-je modifier? php.ini ou un autre qu'utilise OpenUpload?? Désolé mais je ne comprend pas bien le système
So if I understand, I will use PHPMailer. But which file do I change it? php.ini or other uses OpenUpload? Sorry but I do not understand the system
Thanks
You'll have to change the sendmail function to use PHPMailer.
Or maybe you can try current svn version which uses SwiftMailer and supports authentication.
You'll have to use the manual install though (for the database at least)
Alessandro
This can be of some help
http://sites.google.com/site/richardgroux/tools/open-upload