Author Topic: How to set to send / receive e-mail on Mibew 2.1.0 ?  (Read 6342 times)

0 Members and 1 Guest are viewing this topic.

tianesa

  • Jr. Member
  • **
  • Posts: 3
How to set to send / receive e-mail on Mibew 2.1.0 ?
« on: March 31, 2016, 02:02:04 PM »
Hello! I am Brazilian , sorry my english .

offline
As the person leaves a message offline , do not arrive in the email.

online
When the person at the end of the climate conversation to send the email conversation, she did not arrive in the email.

Configured as shown below in config.yml file , I know that the port is correct and the host, do not know if I have to set up in another location or do not use quotes , I did tests and were not emails .

Here's how to set up , in place of x are given that I can not post here .

mailer:
    # This value determines what kind of mailer will be used. Possible values
    # are "mail" and "smtp".
    #
    # To use standard PHP mail function just set this option to "mail". No
    # additional configs are required in this case.
    #
    # To use SMTP-based solution set this option "smtp". This approach require
    # some extra configuration to be done (see below).
    transport: mail

    # The lines below represents default SMTP mailer configurations. They will
    # be used only if the "transport" option is set to "smtp".
    host: "mail.xxxxxxx.com.br"
    port: 587
    user: "chat@xxxxxxxx.com.br"
    pass: "xxxxxxx"
    # The following option determines what kind of encryption should be used.
    # false means no encyption at all. Another values once can use are "ssl" and
    # "tls".
    encryption: false


Does anyone know where you really need to set up?
« Last Edit: March 31, 2016, 02:24:18 PM by tianesa »

scalior

  • Global Moderator
  • Native
  • *****
  • Posts: 106
  • Serve customers on mobile. Get Wurrd for Mibew app
    • Wurrd for Mibew
Re: How to set to send / receive e-mail on Mibew 2.1.0 ?
« Reply #1 on: April 01, 2016, 01:42:09 PM »
Hello,

When you set your transport to "mail", it should use your server's PHP mail function, in which case none of the other settings like host/port etc will be used.

If you want to use SMTP, you need to change your transport to "smtp"


tianesa

  • Jr. Member
  • **
  • Posts: 3
Re: How to set to send / receive e-mail on Mibew 2.1.0 ?
« Reply #2 on: April 02, 2016, 05:47:14 AM »
Thank you very very very much!
I had tried in many ways and was not getting.
Helped me a lot!

 ;) ;) ;)