OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Quote backoffice workflow error

This topic contains 8 replies, has 2 voices, and was last updated by  saqibbhat96 7 years ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #31652

    saqibbhat96
    Participant

    Hello,
    I’m not able to send emaiL to customers, the error “Could not perform transition: The email was not delivered” comes on the system.
    Checking the logs gives me this error

    please assit
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • #31653

    dnahrebecki
    Moderator

    Hello, could you please provide more details (version of application, action which is being performed when error occurs, etc.) ? Have you checked if your mailer configuration is working? Could you provide example of parameters.yml file that you use?

    #31654

    saqibbhat96
    Participant

    Hello, I’m using latest v1.1.
    I have connected google apps business gmail to the system to send and receive emails,
    when it comes to sending order emails,or system connected emails , or to export document email, outgoing doesnot work, furthur more in the terminal i saw the output using

    and got sendmail error, therefore i configured that, the order stauts shows email sent to customer but the receipent email DOESNOT receive anything.

    Please Assist

    #31655

    dnahrebecki
    Moderator

    Could you please provide your parameters.yml file? If mails are not sent it means that your mailer configuration may be wrong. I’ve just checked and for gmail working configuration should be similar to

    #31656

    saqibbhat96
    Participant

    thanks for responding
    here is the parameters.yml settings, but the recipient does not receive any email
    Note: the system doesnot not shown success message, the green popup “usually its green popup saying message sent”

    #31657

    dnahrebecki
    Moderator

    With gmail corporate accounts, there may be some security configuration that blocks sending emails from app.

    Please check with standard gmail account also for testing purpose.

    #31658

    saqibbhat96
    Participant

    i tried with a normal account, signed up as admin with normal Gmail email added the configuration to send and receive emails (able to see inbox and synced ), modified in parameters.yml too
    restarted apache and php-fpm, but email still doesn’t reach to recipient
    IS there anything im missing? Do i have to configure sendmail or phpmail() function to make it work.

    #31659

    dnahrebecki
    Moderator

    You do not have to configure any phpmail function and so on, it should be covered by the mailer library itself.

    What you can check also is sending email directly from php code using for example PHPMailer library. Try to configure it with your corporate gmail account and check if that works. I’ve just double checked application with configured private and corporate gmail and it works with both.

    Please also check http://symfony.com/doc/2.8/email/gmail.html if there are any steps missing in your configuration.

    #31660

    saqibbhat96
    Participant

    Hello, thanks for reaching out. ok so after looking at link provided, i tried to edit these files but the email still does not reach to recipient. here are the settings

    in config.yml file

    In parameters.yml

    In config_dev.yml

    please assist.
    Im have a question,
    I already have emails synced and ablee to compose a mail and i can see that in my sent folder in the orocommerce system itself.
    but when send system related mails like in this case, why its using php mai, so lets say employee wants to send emails like these with her/him own corporate gmail…how would that be done?? Since there is only one stated in the configuratin ?

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top