Issues
- add charset, failto, replyto details to Mail listener argumentsLDEV-4219Resolved issue: LDEV-4219Michael Offner
- CFMail splitting long HTML lines into multiple lines breaking the HTMLLDEV-4039Resolved issue: LDEV-4039Pothys - MitrahSoft
- the application mail listener logs NPE in remoteClient.logLDEV-3853Resolved issue: LDEV-3853Pothys - MitrahSoft
- Mail.log missing the mail server info which is used for sent mailsLDEV-3839Resolved issue: LDEV-3839Pothys - MitrahSoft
- isValid() for email fails for certain IDN domains/flowsLDEV-3800Resolved issue: LDEV-3800Pothys - MitrahSoft
- SMTPClient incorrectly putting stack trace into the message of a MailException it raisesLDEV-3775Resolved issue: LDEV-3775Pothys - MitrahSoft
- Admin registered mail server incorrectly overrides application defined mail serverLDEV-3088Resolved issue: LDEV-3088Michael Offner
- Mail Logs emptyLDEV-2663Resolved issue: LDEV-2663Pothys - MitrahSoft
- cfmail only validates emails when spoolingLDEV-2234Resolved issue: LDEV-2234Pothys - MitrahSoft
- mail spooler still retries mails with a missing from addressLDEV-2233Resolved issue: LDEV-2233Michael Offner
- mail spooler retries emails with missing from addressLDEV-1537Resolved issue: LDEV-1537Michael Offner
- CFMAIL replaces/inserts chars into email outputLDEV-1463Resolved issue: LDEV-1463Patrick Quinn
- CFPOP Command unrecognized "USER" cant useLDEV-1100Igal Sapir
- STARTTLS command not executed for SMTP mail.LDEV-1092Resolved issue: LDEV-1092Igal Sapir
- cfmail subject doesn't sanitise new linesLDEV-1021Resolved issue: LDEV-1021Igal Sapir
- Inline Images in Emails are BrokenLDEV-994Resolved issue: LDEV-994Igal Sapir
- cfmail server attribute fails when username contains @LDEV-945Michael Offner
- CFMAIL intermittently fails with exception java.lang.ThreadDeathLDEV-779Resolved issue: LDEV-779Michael Offner
- Emails with attachments should be multipart/mixed but appear to be multipart/relatedLDEV-770Resolved issue: LDEV-770Igal Sapir
- CF setting, this.smtpServerSettings, is missing from LuceeLDEV-630Resolved issue: LDEV-630Igal Sapir
- Sending an email fails silently with 5.0.0.98LDEV-627Resolved issue: LDEV-627Michael Offner
- CFMAIL adds unwanted line breaks in mail bodyLDEV-545Resolved issue: LDEV-545Igal Sapir
- Script version of cfmail doesn't recognise attributeCollectionLDEV-531Resolved issue: LDEV-531Michael Offner
- Enhance CFIMAP TagLDEV-530Resolved issue: LDEV-530Michael Offner
- Wrapping HTML Mail Text at 76 breaks some HTML email layoutLDEV-337Resolved issue: LDEV-337Igal Sapir
- CFPOP fails to return all file attachments, if the names of the file attachment have the same nameLDEV-199Igal Sapir
26 of 26
add charset, failto, replyto details to Mail listener arguments
Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 30 September 2022 at 15:02
Updated 5 April 2023 at 09:51
Resolved 22 December 2022 at 17:22
Activity
Show:
Zac Spitzer5 April 2023 at 09:51
5.3
5.4
Pothys - MitrahSoft31 October 2022 at 14:14
I've checked this ticket with the latest build 6.0.0.178-SNAPSHOT and now the mail listener arguments include failto, replyto, charset values.
Zac Spitzer29 October 2022 at 08:02
6.0
Pothys - MitrahSoft3 October 2022 at 10:03Edited
I added a fix to this ticket
PR for 6.0:
PR for 5.3:
For now, the mail listener argument details include the bcc, body, cc, from, subject, and to of the cfmail attribute. Also Now mail listeners allow to modify the charset, failto, replyto, and debug values.
So it would be nice to include those details to mail listener arguments