Jump to content

Email sending issues - using sendmail - /password/email


Linxord

Recommended Posts

Swift_TransportException

Unsupported sendmail command flags []. Must be one of "-bs" or "-t" but can include additional flags.

 

Trying to use sendmail but keep getting error'd out. Even though proper flags are configured in the driver. 

 

'sendmail' => [
                'transport' => 'sendmail',
                'path' => '/usr/sbin/sendmail -bs',
 

----------

Have tried using smtp, but that ends up with another error about:

ErrorException

Undefined index: host

 

host is configured in both config.php and config/mail.php

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...