i get an addon sendgrid for my app of heroku, but when i want go to my account of sendgrid,i need send email for the confirmation and heroku choose automatically an Heroku email example: appXXSADAS0878#heroku.com, i confirm this email, the same way how say the tutorial but i not have access to this, then my sendgrid account never is authenticated and after of 10 minutes waiting the confirmation the account is banned.anyone can help me with this?, i am deploying a rails app.
this tutorial that i follow for the add on sendgrid
https://devcenter.heroku.com/articles/sendgrid
I do not know why would Heroku tell SendGrid to send the confirmation email to a #heroku.com email address.
However, consider using SendGrid without the Heroku add-on (you do not need SendGrid's add-on installed on Heroku, to send emails from your application).
Related
I used mailtrap to run email verification locally, and everything seemed working fine. Once I pushed it to heroku, mailtrap stopped working to send the emails. I've tried a bunch of things including the sendgrid addon, but my account was suspended as I logged in to sendgrid.
Someone is supposed to register, and then get an email to verify their email...It is for a voting platform and I need maximum security.
To send emails in production in your Laravel application you need to use one of the supported drivers listed in the documentation:
"smtp", "sendmail", "mailgun", "mandrill", "ses", "sparkpost", "log", "array"
Mailtrap cannot work in a production environment as users won't receive emails to their inbox. If you need to use sendgrid, they have a detailed tutorial on how to do so using the SMTP driver here
I'm not sure why your account was disabled, but just create a new one, don't use the Heroku sendgrid addon.
Mailtrap tag line is Safe Email Testing for Staging and Development so if you are using it in production you may are doing it wrong way.As per your description it is clear why sendgrid has suspended your account but i would recommend you to use postmark or mailgun.
Heroku provide add-ons called "Mailgun Email Validation" try use it.
Heroku's mailgun account says temporarily disabled. " Business verification is required". How do you do the verification so as start sending mails through heroku app.
You can find this information here
(first result for Google search "business verification mailgun")
We've been using Mandrill for years to deploy our app's signup confirmation and password reset emails. This has worked perfectly as we've had SPF and DKIM records added to the DNS configuration according to Mandrill's documentation for verifying sending domains.
However, after merging the Mandrill account with a new Mailchimp account--which is mandated by April 27th--it's requiring me to send a verification email to an address at that domain. The problem is that we don't have a mail server set up to receive emails. The domain is only used to send the "noreply#domain.com" emails.
Any ideas on how I might resolve this? Mailchimp is not giving an option to undo the merge, so effectively I have an app that users are not able to sign up for at the moment, which is problematic to say the least.
You'll want to configure at least one mailbox on that domain somehow to receive mail. That's the only way to confirm ownership of the domain.
My app uses a parse.com backend. I'm having problems changing the confirmation sent from parse when users sign up. they get an email that asks them to confirm their email address but instead of it being from parse I want to change it to an email that has my own branding on it. Any thoughts?
I'm pretty sure you can do it on the dashboard. Go to parse.com, select your app, then settings, then email. There you'll find the templates.
this is terrible for me now. i used php mail function and also use Contact Form 7 plugins too on my wordpress theme. also smtp plugins too. change many smtp server. but not work. mail function and Contact Form 7 both working fine on other mail account (gmail, yahoo. hotmail or any other pop mail) not just my client pop account. because they use microsoft exchange server.
for test issue i did something like i sent mail to frist to one gmail account and i setup in gmail auto fwd to one them that pop account . it working well but this problem is in mail show where it is from (xxxx#gmail.com) .. i don't want to show that gmail address. or i want direct send to that pop account.
server is godaddy
guys any solution ?
Google doesn't allow you to send from other addresses unless you are hosting your domain with them.