SMTP Mail Server Laravel Gmail Not working

Support Forums Blanco – Laravel Script SMTP Mail Server Laravel Gmail Not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6581
    Angad
    Participant

    Hi,
    SMTP Mail Server Laravel Gmail Not working

    My Configuration
    MAIL_MAILER=smtp
    MAIL_HOST=smtp.gmail.com
    MAIL_PORT=587
    MAIL_USERNAME=akdirectoryapps@gmail.com
    MAIL_PASSWORD=xxxxxxxx
    MAIL_ENCRYPTION=tls
    MAIL_FROM_ADDRESS=mygoogle@gmail.com
    MAIL_FROM_NAME=”Coding Twisters”
    MAIL_SUBJECT=”Query”

    xxxxx is my app password from google account

    why it is showing 500 internal error, buyed blanco website template from you ( codecanyon)

    #6582
    CreaboxThemes
    Keymaster

    Hi,

    sorry for the inconveniences. Could you send me the url to check it please?
    Anyway, I have sent you the info from one of my email test and thus you can check if the it works correctly.

    Regards

    #6583
    Angad
    Participant

    Hi,
    Thanks for the reply

    I am using

    MailGun Configuration SMTP

    MAIL_DRIVER=sendmail
    MAIL_MAILER=sendmail
    MAIL_HOST=smtp.mailgun.org
    MAIL_PORT=587
    MAIL_USERNAME=postmaster@sandbox832274391adb450ab3af273862a184b0.mailgun.org
    MAIL_PASSWORD=181baf8b10333b0e44a1441147019ce0-ca9eeb88-59d3a7a3
    MAIL_ENCRYPTION=ssl

    It is sending Mail OK now, but No mail received in Free Plan for MailGun,
    For Mail Trap also No mail received in Inbox

    Now Question is
    Is your contact form would be able to send mail to MailGun Inbox or Mailtrap Inbox, because If I use Gmail smtp settings, I am getting mail
    from your contact form, but it is coming in spam of my gmail.

    Gmail Configuration SMTP

    MAIL_DRIVER=sendmail
    MAIL_MAILER=sendmail
    MAIL_HOST=smtp.gmail.com
    MAIL_PORT=587
    MAIL_USERNAME=akdirectoryapps@gmail.com
    MAIL_PASSWORD=xxxxxxxx
    MAIL_ENCRYPTION=ssl

    xxxxxxxx is the password, I have written xxxxxxx for security

    Mailtrap, MailGun I have basic accounts
    Mailtrap screenshot attached, Inbox having no emails after sending from contact form.

    Link to contact form
    https://codingtwisters.com/

    #6584
    CreaboxThemes
    Keymaster

    Hi,

    I use a gmail account and I receive the email correctly Not as spam.

    I’m going to test the contact form with MailGun and Mailtrap and I will inform you.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.