Currently just the one.
Email API
Moved
Total Downloads: 644 - First Release: Nov 2, 2014 - Last Update: Jun 27, 2015
- 5/5, 3 likes
-
Wulf Community Admin
-
Wulf I need your help. I can't get it to work at all here is my debug output
Code:[Oxide] 8:03 PM [Info] [Email API] POST URL: https://email.us-east-1.amazonaws.com [Oxide] 8:03 PM [Info] [Email API] POST data: Source=RUST+SERVER%3Cadmin%40nindroidservers.com%3E&Destination.ToAddresses.member.1=Austin+Vandersluis%3Caustinv900%40nindroidservers.com%3E&Message.Subject.Data=Admin+Tickets+%7C+A+new+Ticket+has+been+submitted%21&Message.Body.Text.Data=A+new+Ticket+has+been+submitted.+Ticket+ID+3%0D%0ATimestamp%3A+2%2F13%2F2016+8%3A03%3A38+PM%0D%0APlayer%3A+%5BTKG%5D+KahunaDelGrande%0D%0ASteamID%3A+76561198051026032%0D%0ASteam+Profile%3A+https%3A%2F%2Fsteamcommunity.com%2Fprofiles%2F76561198051026032%0D%0APosition%3A+X%3A+-1146.829%2C+Y%3A+47.00465%2C+Z%3A+559.6187%0D%0AMessage%3A+lol%0D%0A&Action=SendEmail [Oxide] 8:03 PM [Info] [Email API] HTTP code: 403 [Oxide] 8:03 PM [Info] [Email API] Email failed to send! [Oxide] 8:03 PM [Info] [Email API] <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/"> <Error> <Type>Sender</Type> <Code>MissingAuthenticationToken</Code> <Message>Request is missing Authentication Token</Message> </Error> <RequestId>ed94e729-d2cf-11e5-94ad-6f6dc6307528</RequestId> </ErrorResponse>
-
Wulf Community Admin
-
This is my EmailAPI.json
Code:{ "Api": { "Domain": "", "PrivateKey": "xxxxx", "PublicKey": "xxxxx", "Service": "amazonses", "Username": "" }, "Messages": { "InvalidService": "Configured email service is not valid!", "MessageRequired": "Message not given! Please enter one and try again", "SendFailed": "Email failed to send!", "SendSuccess": "Email successfully sent!", "SetDomain": "Domain not set! Please set it and try again.", "SetPrivateKey": "Private key not set! Please set it and try again.", "SetPublicKey": "Public key not set! Please set it and try again.", "SetUsername": "Username not set! Please set it and try again.", "SubjectRequired": "Subject not given! Please enter one and try again" }, "Settings": { "FromEmail": "[email protected]", "FromName": "RUST SERVER", "ToEmail": "[email protected]", "ToName": "Austin Vandersluis" } }
Last edited by a moderator: Feb 14, 2016 -
Wulf Community Admin
-
multiple times. I've even renewed the keys and tried again. I've restarted the server also.
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
MailJet
ManDrill
Mad Mimi
Are the ones I tried. If it possible to get it to work with mail chimp. That would be great since I already use it. -
Wulf Community Admin
Attached Files:
-
-
Code:
[Oxide] 12:32 AM [Info] [Email API] POST URL: https://mandrillapp.com/api/1.0/messages/send.json [Oxide] 12:32 AM [Info] [Email API] HTTP code: 500 [Oxide] 12:32 AM [Info] [Email API] Email failed to send! [Oxide] 12:32 AM [Info] [Email API] {"status":"error","code":-1,"name":"ValidationError","message":"You must specify a key value"}
[DOUBLEPOST=1457513219][/DOUBLEPOST] -
does this require that you own a domain? trying to figure this out.
for settings do i just put in my email from gmail?
"Settings": {
"FromEmail": "[email protected]",
"FromName": "Rust Server",
"ToEmail": "[email protected]",
"ToName": "Jessica Mae"
i keep getting this:
[Oxide] 04:39 [Info] [Tickets] -40.4977
[Oxide] 04:39 [Info] [Email API] Email failed to send!
i know i'm doing something wrong, just can't figure it out lol
trying to sign up for mailgun, they give a bunch of things to put in
- State
- IP Address
- SMTP Hostname
- Default SMTP Login
- Default Password
- API Base URL
- API Key
-
-
thanks
thought it might have been me, always trial and error with these things until i get it right lol
-
Wulf Community Admin
-
i guess just normal tickets will have to do. It would probably just add to server lag anyway, more to load, removed a few plugins recently that didn't seem to work.
-
How to setup the Email API with your own dovecot/postfix Email server?
I have my own Email Server and dont know how to set it up ^.^