View Issue Details

IDProjectCategoryView StatusLast Update
0008570mantisbtemailpublic2008-08-12 09:35
Reporterabelgarde Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.0rc2 
Summary0008570: Sign up & Notification
Description

I couldn't no send any notification to an account that have a different domaine to my smtp server.

So I cannot send email to @gmail, @yahoo and other accounts.

I check my mail settings i can send an email to 'user@gmail.com' throught check.php but when i try to sign up a new account nothing occur.

TagsNo tags attached.

Activities

vboctor

vboctor

2007-11-12 13:14

manager   ~0016174

What kind of environment are you hosting your server on? I know that Sourceforge at one point enforced a policy where their servers can only send emails to @users.sourceforge.net.

abelgarde

abelgarde

2007-11-12 13:40

reporter   ~0016175

Thank for reply so fast :)

What kind of environment are you hosting your server on?

plateform = Linux
OS = opensuse
Version 10.2

lamp 1.6.3b

abelgarde

abelgarde

2007-11-12 19:48

reporter   ~0016178

Last edited: 2007-11-12 19:49

Hi thanks you can mark this post as solved cause,
The problem was that my server smtp.myhost.com refused to send email with address different from xxx@myhost.com.
The solution of the problem was simply to add in the config_inc.php file the line

$g_from_email ='dummy@myhost.com';

so that the email sent by mantis had a domain name compatible with that one of my server.

Thanks again for your help.
Best regards