Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CONNECTIONSTRING = bouncemailcounter.Load().MongoUri DB = bouncemailcounter.Load().MongoDataBase MailLogs = bouncemailcounter.Load().MongoCollection )
Functions ¶
func ConvertToTimeMST ¶
func GetMongoClient ¶
Types ¶
type MailLog ¶
type MailLog struct { Queue_Id string `bson:"queue_id"` From string `bson:"from"` To string `bson:"to"` Message_Id string `bson:"message_id"` Recipient_Smtp_Ip string `bson:"recipient_smtp_ip"` Recipient_Smtp_Domain string `bson:"recipient_smtp_domain"` Status string `bson:"status"` Message string `bson:"message"` Sent_At time.Time `bson:"sent_at"` }
func GetLogByQueueId ¶
Click to show internal directories.
Click to hide internal directories.