Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.1
-
Component/s: None
-
Labels:None
Description
In version 6 of SwiftMailer they removed support for Swift_MailTransport which used php's mail(). Now they recommend using SMTP or Sendmail. We updated Blesta to use sendmail in place of mail() but we need to make a couple more updates for it to work for as many users as possible:
- Call in Sendmail instead of PHP in the mail settings
- Add a field for setting the system's sendmail path
- Auto-populate using ini_get('sendmail_path') if possible
- Update app/models/emails.php in the sendEmail() method to use the setting if available, then ini_get('sendmail_path'), then the default '/usr/sbin/sendmail -bs'
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | 5.1.0 Sprint 1 [ 125 ] |
Rank | Ranked higher |
Assignee | Jonathan Reissmueller [ jonathan ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 30 minutes [ 5400 ] | |
Worklog Id | 14688 [ 14688 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Time Spent | 1 hour, 30 minutes [ 5400 ] | 2 hours, 32 minutes [ 9120 ] |
Worklog Id | 14692 [ 14692 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |