View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000666 | XMB1 | Bugs | public | 2022-05-27 13:46 | 2022-05-29 01:28 |
Reporter | falk | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.9.12.03 | ||||
Summary | 0000666: socket_SMTP not working | ||||
Description | Mails are not send via SMTP relay (yes, all settings in config.php are correct, and yes the provider accepts connections from www-data) and no error is shown. When I use the newsletter function, the systems indicates that all mails are send, but unfortunately it's not true. I'm wondering where SSL or TLS is to be defined ... Any ideas from anybody are highly appreciated! Many thanks and Cheers, Falk | ||||
Tags | SMTP | ||||
MySQL Version | 5.7.38 | ||||
PHP Version | 7.2.24 | ||||
Web Server | Apache | ||||
Browser | Opera | ||||
Flags | |||||
Original Reporter | |||||
SVN Revision | |||||
|
I found the reason for the problem, but don't know how to fix it: The smtp provider does not accept other than my own from address, means when mails are send from www-data or root the from address is denied. Is there any chance to masquerade the original from address, or permanently force to re-write the from address to always the one which is accepted? Again, any ideas are highly appreciated, Cheers, Falk |