Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds www to Sender Email #1203

Open
ness2828 opened this issue Jan 13, 2025 · 2 comments
Open

Adds www to Sender Email #1203

ness2828 opened this issue Jan 13, 2025 · 2 comments
Labels

Comments

@ness2828
Copy link

Hey there,

if I want to insert a Sender Email, say noreply@domain.de all is fine in the Powermail Plugin Settings. However, if I submit the form and receive the form Email, a www has been added to the Sender Email, creating a non-existent noreply@www.domain.de. I tried using plugin.tx_powermail.settings.receiver.default.senderEmail = noreply@domain.de, same issue though.

Please, how can this be fixed?

Kind regards.

@mschwemer
Copy link
Collaborator

Can you check, what is saved to the database? Does the db value include www or not?

@nebrot
Copy link
Contributor

nebrot commented Jan 29, 2025

Same problem for us with spamshield-mails, see this fallback-line

'powermail@' . GeneralUtility::getIndpEnv('TYPO3_HOST_ONLY');

There should also be a removing of "www." like here

$email .= str_replace('www.', '', GeneralUtility::getIndpEnv('TYPO3_HOST_ONLY'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants