* Feature request - Need to compensate for bad SMTP from addresses
Reported by dleffler | February 14th, 2013 @ 04:55 PM | in 2.2.0alpha3 (closed)
If the STMP from address is NOT a valid email address (like web@localhost), the mailing will fail. We now create a proper default address, HOWEVER sites installed from previous versions might have a bad address.
The fix is to either:
- parse and fix their /conf/config.php file with an upgrade script
- or more universally, add a quick routine in our expMail->addFrom() method to check and correct it (add a .org to the address if it doesn't contain a dot) and change the two mailer->setFrom() calls to use our addFrom() method.
Comments and changes to this ticket
-
expNinja February 16th, 2013 @ 07:36 PM
- State changed from new to resolved
(from [26a61a61589ecc9d94e0ff59d1f53b7b941ff77d]) Attempts to compensate for bad SMTP 'from' addresses, esp the old default one [#921 state:resolved] https://github.com/exponentcms/exponent-cms/commit/26a61a61589ecc9d...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS