You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send an email with a request like the following, my source gets replaced from "John Doe [email protected]" to "FooBar Smith", no matter to what I change my source. The means my email-client displays "FooBar Smith" as the actual sender-text. Any ideas on the misbehaviour?
/home/vagrant/apis-made-easy/vendor/bundle/ruby/gems/aws-ses-0.6.0/lib/aws/ses/base.rb:176:in `request': InvalidParameterValue - Missing final '@domain' (AWS::SES::ResponseError)
from /home/vagrant/apis-made-easy/vendor/bundle/ruby/gems/aws-ses-0.6.0/lib/aws/ses/send_email.rb:70:in `send_email'
from ses.rb:11:in `<main>'
When I try to send an email with a request like the following, my source gets replaced from "John Doe [email protected]" to "FooBar Smith", no matter to what I change my source. The means my email-client displays "FooBar Smith" as the actual sender-text. Any ideas on the misbehaviour?
Code:
ses.send_email(:to => ['[email protected]'], :source => '"John Doe [email protected]"', :subject => 'test', :text_body => 'Test 111222333')
The text was updated successfully, but these errors were encountered: