Closed (won't fix)
Project:
Basic webmail
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Jul 2008 at 14:47 UTC
Updated:
16 Apr 2013 at 23:51 UTC
The "Basic webmail account settings" require no sender adress but it uses another field as sender! I have the correct From adress in both the user e-mail and in the SMTP module (witch testmails are corect).
Instead it uses my "E-mail account login" as a part of the sender adress - for some it might work, but not for me as my ISP dont accept any username (but any mailadress).
The From field reults in useraccountname@mydomain.com instead, where it should be: sender@mydomain.com.
Comments
Comment #1
laghalt commentedA simple solution is on lines 1456 in basic_webmail.module
Just to remove the if.
That means that you need to give the correkt mailadress in the user settings. A better solution migt be a variable called somthing like $user->basic_webbmail_mailadress
Comment #2
oadaeh commentedI don't remember why I did it that way, but I certainly had my reasons. I'll see if I can come up with some mechanism that allows for all possible options.
Comment #3
oadaeh commentedAssigning to self.
Comment #4
oadaeh commentedClosing out old issues.