Send SMTP emails for new Azure App Service deployments
Looking for ways to track your web dev team's progress without bothering them or checking in? Try this useful Azure App Service to email integration. Once it's set up, an email will be sent out automatically each and every time a new site or page is deployed so you can check in at any time knowing that you'll have an accurate record of everything that happened in your inbox.
Looking for ways to track your web dev team's progress without bothering them or checking in? Try this useful Azure App Service to email integration. Once it's set up, an email will be sent out automatically each and every time a new site or page is deployed so you can check in at any time knowing that you'll have an accurate record of everything that happened in your inbox.
- When this happens...New Web App Deployment
Triggers whenever a Git, Mercurial or Dropbox deployment to a Windows Azure Web Site completes (whether it succeeds or fails). Useful for Continuous Deployment workflows.
- automatically do this!Send Email
Sends a plaintext email from a specific SMTP server.
- Free forever for core features
- 14 day trial for premium features & apps
New Web App Deployment
Triggers whenever a Git, Mercurial or Dropbox deployment to a Windows Azure Web Site completes (whether it succeeds or fails). Useful for Continuous Deployment workflows.
Try ItFrom Name
From EmailRequired
Reply To
ToRequired
Cc
Bcc
SubjectRequired
BodyRequired
HTML Body
Attachment
New Triggered WebJob Run
Triggers whenever your scheduled or on-demand WebJob completes a run.
Try It