How to configure mailjet and laravel 4 - laravel-4

I'm trying to use Mailjet to send the mails from my website which is using Laravel.
I've tried to modify the file app/config/mail.php and set the configurations that have been given by mailjet but this is not working. Is there something else to do ?
I have verified the domain from where I'm sending the mails in mailjet but still nothing.
Did anyone faced the same issue ?
Thanks a lot.

The problem was that mailjet had not yet accepted the mail address I was sending mail with.
Problem is solved.

Related

Gmail API is overwriting the custom Message-ID header while sending emails

We are using the Gmail API to send emails on behalf of the users of our App. On the header of the emails we send via the Gmail API, we are setting a custom Message-ID.
Nevertheless Gmail is overwriting the Message-ID we set with a different one . The following are some Message-IDs that we have tried:
<8368110f-6ffc-46f8-8e67-7ebf0e1a1d83#domain>
<4fb7a8b7013099c524f70906e009b46218461fff0b2dc0f8b794eb2df26e93d7#domain>
Any idea why this ID overwriting is happening ?
I would really appreciate any help
Thanks in advance
You can try custom id with .(dot) before left side of '#'.
It worked for me.
For more details, Please refer the following RFC's. These are really helpful for creating syntax for Custom message-id.
RFC 2822
RFC 5322
Hope this would also work for you.

Magento order mail are not going to customer?

My magento site stoped sending the order mail to customer, i have checked several answer, but nothing works for me.
I tried to send mail with php mail funtion, its working but mail going to spam also. Is this may be a reason?
This may be a server fault, it may be an issue of server mail configuration. Try to install some SMTP mail extension, it will be helpful for you. Also check if there any new installation of extension which causing problem
If mails are going to spam, then there may be chances of mis configuration in server, alternatively you can install the below extension & configure in backend , than mails will go to inbox....
https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension
http://www.aschroder.com/product/smtppro-magento-smtp-email/

Joomla contact form not working.

I am new with Joomla 3.5 and I'm already set up a contact form on my Joomla but the problem is I no receive any email from my localhost. I searched on several forums but I didn't find an answer to my problem. First thing I want to know is if it's possible to send an email with a local web server. Secondly, is it possible to send the mails to a gmail address and, if yes, what parameters - and where- do I have to change.I don't want to use STMP and it only allowed to use PHP mail. I am using Xampp Server.

Mercury XAMPP sending lots of email automatically

We have configure the XAMPP in server, But we are facing an error like it's automatically generated lots of mail and sending itself.
Please suggest us to resolve the issue.
Create a "honeypot" field (textarea), hide it with CSS, and check that it's empty.
If not, it's likely a bot. Kill the request and ban the IP.

Swiftmailer successfully sends but no mail received

I have made a simple contact form and use swiftmailer(with symfony2) to send and email.
Everything is fine when I'm using gmail account but on production it has to be a noreply address in website domain.
So I changed parameters to correspond this email account.
It looks like it is working a send method return true but no message is received, i checked a spam folder but it didn't get there either. Settings are 100% correct as they work in thunderbird.
Have no idea where to look for a problem. Any suggestions what should I check?
I have tried to send email with PHPMailer using same account and it worked so it seems problem is just with swiftmailer.
I'm sending emails in few more places in my project and would like to avoid changing it now but fix it instead.
After checking logs the problem was found.
Emails were rejected because I was setting From filed to email provided by user. Server was rejecting them because this address don't belong to account I was sending from.
By default the logging for swiftmailer is disabled in production. You can enable logging for swiftmailer in config.yml by adding a "logging: true" to the swiftmailer section as outlined here: http://symfony.com/doc/master/reference/configuration/swiftmailer.html#logging
Hopefully this will give you some more specific error messages to search on.

Resources