mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 16:07:18 +02:00
improve send again texts
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -866,7 +866,7 @@ func (c *Campaign) SendEmailByCampaignRecipientID(g *gin.Context) {
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
// send email
|
||||
// send message (email or API depending on campaign template configuration)
|
||||
err := c.CampaignService.SendEmailByCampaignRecipientID(g.Request.Context(), session, id)
|
||||
// handle responses
|
||||
if ok := c.handleErrors(g, err); !ok {
|
||||
|
||||
Reference in New Issue
Block a user