sparkpost

Error “Fatal SparkPostError: Exceed Sending Limit” when sandbox=true

自闭症网瘾萝莉.ら 提交于 2019-12-24 16:54:30
问题 I send the message via SparkPost API with option sandbox=true. I get error "Fatal SparkPostError: Exceed Sending Limit" I can't find description of the error in DOCs, Google or stackoverflow. Anybody know what issues with sandbox of SparkPost? How much is limit for sandbox? When does it refresh? 回答1: The sandbox options allows you to send using the @sparkpostbox.com domain. It is currently limited to 50 sends for the lifetime of the account. At this time you should have a verified sending

Actionmailer - Sparkpost template and multilanguage

穿精又带淫゛_ 提交于 2019-12-07 08:30:36
问题 It's my first time setting up mails in a rails project. I was told to use SparkPost and to create templates for different languages for several actions. For simplicity lets say a user_signed_up(user) mail. Currently I have this setup working: Gem installed: 'sparkpost' mail.rb ActionMailer::Base.smtp_settings = { address: "smtp.sparkpostmail.com", port: 587, enable_starttls_auto: true, user_name: "SMTP_Injection", password: SPARKPOST_API_KEY, domain: 'foo-bar.com' } ActionMailer::Base

But these conflict with your requirements or minimum-stability

不打扰是莪最后的温柔 提交于 2019-12-01 16:05:53
问题 Hi, I'm getting this problem when I try to install SparkPost PHP Library: Problem 1 - The requested package sparkpost/sparkpost No version set (parsed as 1.0.0) is satisfiable by sparkpost/sparkpost[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability. It appears when I try to execute this command: composer require sparkpost/sparkpost Full Console Output: You are running Composer with SSL/TLS protection disabled. Using version ^2.0 for sparkpost