mailjet / mailjet-gem

[API v3] Mailjet official Ruby GEM

Home Page:https://dev.mailjet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sender_validate not working

c2ofh opened this issue · comments

commented

I want to send a verification Mail to the user to confirm is email using:

Mailjet::Sender_validate.create(id: @mailjet.mailjet_id)
=> #<Mailjet::Sender_validate:0x00005617cfc999f0 @attributes={"persisted"=>false, "validation_method"=>nil, "activation_email"=>nil}, @persisted=true>

But no email will be sent to the user.

@c2ofh Is this still an issue?

closed due to inactivity