Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email being sent to spam #6

Open
subhanahmed047 opened this issue Dec 6, 2016 · 0 comments
Open

Email being sent to spam #6

subhanahmed047 opened this issue Dec 6, 2016 · 0 comments

Comments

@subhanahmed047
Copy link

subhanahmed047 commented Dec 6, 2016

For what possible reasons my emails are hitting the spam folder?

$email = new Email();
$email->to($emails);
$email->subject('Results and invoice are ready');
$email->template('SiteTheme.notify');
$email->helpers(['Html', 'Gourmet/Email.Email']);
$email->viewVars(['username' => $username]);
$email->send();
'Email' => [
        'default' => [
            'transport' => 'default',
            'from' => 'requests@vinsci.com',
            'layout' => 'Gourmet/Email.default',
            'helpers' => ['Html', 'Gourmet/Email.Email'],
            'emailFormat' => 'text',
        ]
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant